mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-28 15:51:42 +00:00
Moved all but one test cases from AnnotationJDRTest to loadJava.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
@interface A {
|
||||
B value();
|
||||
}
|
||||
|
||||
@A(@B("test"))
|
||||
@interface B {
|
||||
String value();
|
||||
}
|
||||
Reference in New Issue
Block a user