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