KotlinInvalidBundleOrPropertyInspection: fix false positive for a bundle with several properties files
#KT-31359 Fixed
This commit is contained in:
+2
@@ -3,4 +3,6 @@ fun test() {
|
||||
K.message("foo.bar", "arg1", "arg2")
|
||||
J.message("foo.bar", "arg")
|
||||
J.message("foo.bar", "arg1", "arg2")
|
||||
K.message3("test")
|
||||
K.message3("tests")
|
||||
}
|
||||
Reference in New Issue
Block a user