Files
kotlin-fork/idea/testData/inspectionsLocal/redundantSamConstructor/simple2.kt
T

6 lines
82 B
Kotlin
Vendored

// PROBLEM: none
fun test() {
Foo.Bar().bar(Foo <caret>{
true
})
}