mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 00:21:31 +00:00
Moved all but one test cases from AnnotationJDRTest to loadJava.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
@MyAnnotation(first = "f", second = "s")
|
||||
class MyTest {}
|
||||
|
||||
@interface MyAnnotation {
|
||||
String first();
|
||||
String second() default("s");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user