blob: c589c4a278b6d1c669f0578afed8a2dbc3df4185 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// CHECK_TYPE
// FILE: A.java
public enum A {
ENTRY;
}
// FILE: test.kt
fun main() {
checkSubtype<A>(A.valueOf("ENTRY"))
}
/* GENERATED_FIR_TAGS: classDeclaration, funWithExtensionReceiver, functionDeclaration, functionalType, infix,
javaFunction, javaType, nullableType, stringLiteral, typeParameter, typeWithExtension */