3756b6f54d
#KT-12134 Fixed
12 lines
149 B
Kotlin
Vendored
12 lines
149 B
Kotlin
Vendored
package my.sample
|
|
|
|
class Inner {
|
|
fun a() {
|
|
my.sample<caret>.Inner.say()
|
|
}
|
|
|
|
companion object Inner {
|
|
fun say() {}
|
|
}
|
|
}
|