mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-27 08:31:28 +00:00
Rename LoadJava annotations test data
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package test;
|
||||
|
||||
public interface StringConstantInParam {
|
||||
public static final String HEL = "hel";
|
||||
|
||||
public @interface Anno {
|
||||
String value();
|
||||
}
|
||||
|
||||
@Anno(HEL + "lo")
|
||||
public static class Class { }
|
||||
}
|
||||
Reference in New Issue
Block a user