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