Resource Bundles: Inspections on invalid property key/resource bundle references
#KT-6946 In Progress
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import org.jetbrains.annotations.PropertyKey;
|
||||
|
||||
class J {
|
||||
static String message(@PropertyKey(resourceBundle = "TestBundle") String key, Object... args) {
|
||||
return key;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user