Resource Bundles: Inspections on invalid property key/resource bundle references
#KT-6946 In Progress
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
K.message("foo.baz", "arg")
|
||||
K.message("foo.baz")
|
||||
J.message("foo.baz", "arg")
|
||||
J.message("foo.baz")
|
||||
}
|
||||
Reference in New Issue
Block a user