in src/rider/main/kotlin/com/jetbrains/rider/plugins/cyclomaticcomplexity/CyclomaticComplexityBundle.kt [15:20]
fun message(
@PropertyKey(resourceBundle = BUNDLE) key: String,
vararg params: Any
): String {
return INSTANCE.getMessage(key, *params)
}