Files
kotlin-fork/idea/testData/inspectionsLocal/redundantSamConstructor/nestedInterface.kt
T
2018-05-03 18:32:44 +03:00

3 lines
46 B
Kotlin
Vendored

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