1 line
123 B
Kotlin
Vendored
1 line
123 B
Kotlin
Vendored
fun g() = 1 < <error descr="[DECLARATION_IN_ILLEGAL_CONTEXT] Declarations are not allowed in this position">class A</error> |