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