Files
kotlin-fork/idea/testData/inspectionsLocal/implicitThis/topLevel.kt
T

9 lines
87 B
Kotlin
Vendored

// PROBLEM: none
class Foo {
fun test() {
<caret>s()
}
}
fun s() = ""