Files
kotlin-fork/idea/testData/checker/regression/ClassDeclarationAsExpression2.kt
T
2020-02-10 10:54:03 +03:00

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>