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

4 lines
64 B
Kotlin
Vendored

// IS_APPLICABLE: false
// DISABLE-ERRORS
val s = Sam<caret> {
}