3756b6f54d
#KT-12134 Fixed
16 lines
248 B
Plaintext
Vendored
16 lines
248 B
Plaintext
Vendored
package my.simple.name
|
|
|
|
class Outer {
|
|
class Middle {
|
|
class Inner {
|
|
fun check() {
|
|
Companion.check()
|
|
}
|
|
|
|
companion object {
|
|
fun check() {}
|
|
}
|
|
}
|
|
}
|
|
}
|