Files
kotlin-fork/idea/testData/checker/regression/InterfaceDeclarationAsExpression.kt
T
2015-12-29 18:13:10 +03:00

6 lines
90 B
Kotlin
Vendored

val p = 1 < <error><error>interface A</error> {
fun f() {
f()
}
}</error>