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