KotlinInvalidBundleOrPropertyInspection: fix false positive for a bundle with several properties files

#KT-31359 Fixed
This commit is contained in:
Dmitry Gridin
2019-06-19 18:47:25 +07:00
parent d9808b70b6
commit 59325900df
7 changed files with 33 additions and 10 deletions
@@ -3,4 +3,5 @@ fun test() {
K.message("foo.baz")
J.message("foo.baz", "arg")
J.message("foo.baz")
K.message3("www")
}