Resource Bundles: Implement references on Kotlin string literals
#KT-6946 In Progress
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
void test() {
|
||||
@PropertyKey(resourceBundle = "idea.testData.findUsages.propertyFiles.propertyUsages.0") String s1 = "foo.bar"
|
||||
@PropertyKey(resourceBundle = "idea.testData.findUsages.propertyFiles.propertyUsages.0") String s2 = "foo.baz"
|
||||
PropertyUsages_1Kt.message("foo.bar");
|
||||
PropertyUsages_1Kt.message("foo.baz");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user