mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-30 15:51:53 +00:00
Rename LoadJava annotations test data
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
public interface StringInParam {
|
||||
public @interface Anno {
|
||||
String value();
|
||||
}
|
||||
|
||||
@Anno("hello")
|
||||
public static class Class { }
|
||||
}
|
||||
Reference in New Issue
Block a user