3756b6f54d
#KT-12134 Fixed
12 lines
126 B
Plaintext
Vendored
12 lines
126 B
Plaintext
Vendored
package my.sample
|
|
|
|
class Inner {
|
|
fun a() {
|
|
say()
|
|
}
|
|
|
|
companion object Inner {
|
|
fun say() {}
|
|
}
|
|
}
|