Migrate boxAgainstJava tests to multi-file framework
This commit is contained in:
+11
@@ -1,3 +1,14 @@
|
||||
// FILE: JavaAnn.java
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@interface JavaAnn {
|
||||
Class<?> value();
|
||||
}
|
||||
|
||||
// FILE: 1.kt
|
||||
|
||||
class OK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user