3756b6f54d
#KT-12134 Fixed
11 lines
121 B
Kotlin
Vendored
11 lines
121 B
Kotlin
Vendored
// PROBLEM: none
|
|
package my.simple.name
|
|
|
|
class Inner {
|
|
fun a() {
|
|
this<caret>.say()
|
|
}
|
|
|
|
fun say() {}
|
|
}
|