Files
kotlin-fork/idea/testData/intentions/samConversionToAnonymousObject/notJavaInterface.kt
T

9 lines
95 B
Kotlin
Vendored

// IS_APPLICABLE: false
// DISABLE-ERRORS
interface I {
fun test()
}
val i = <caret>I {
}