KotlinInvalidBundleOrPropertyInspection: fix false positive for a bundle with several properties files
#KT-31359 Fixed
This commit is contained in:
@@ -3,4 +3,5 @@ import org.jetbrains.annotations.PropertyKey
|
||||
object K {
|
||||
fun message(@PropertyKey(resourceBundle = "TestBundle") key: String, vararg args: Any) = key
|
||||
fun message2(@PropertyKey(resourceBundle = "TestBundle") key: String, n: Int, vararg args: Any) = key
|
||||
fun message3(@PropertyKey(resourceBundle = "lang") key: String) = key
|
||||
}
|
||||
Reference in New Issue
Block a user