5af4101f7d
#KT-6946 In Progress
8 lines
367 B
Java
Vendored
8 lines
367 B
Java
Vendored
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");
|
|
}
|
|
} |