Adapt CompileKotlinAgainstKotlin test to black box format
Rename/remove some obsolete test cases
This commit is contained in:
+2
-1
@@ -45,8 +45,9 @@ annotation class Ann(
|
||||
val str: String
|
||||
)
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun box(): String {
|
||||
// Trigger annotation loading
|
||||
(MyClass1() as java.lang.Object).getClass().getAnnotations()
|
||||
(MyClass2() as java.lang.Object).getClass().getAnnotations()
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user