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

5 lines
65 B
Kotlin
Vendored

fun test() {
Foo.Bar().bar(Foo<caret> {
true
})
}