[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// !CHECK_TYPE
|
||||
// FILE: A.java
|
||||
public enum A {
|
||||
ENTRY,
|
||||
ANOTHER;
|
||||
}
|
||||
|
||||
// FILE: test.kt
|
||||
fun main() {
|
||||
checkSubtype<Array<A>>(A.values())
|
||||
}
|
||||
Reference in New Issue
Block a user