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

5 lines
54 B
Plaintext
Vendored

fun test() {
Foo.Bar().bar({
true
})
}