39b05a0a1c
in particular nested classifiers and companions. #KTIJ-24833 fixed #KTIJ-24830 fixed #KT-55195 fixed
9 lines
106 B
Kotlin
Vendored
9 lines
106 B
Kotlin
Vendored
/*p:<root>*/class MainClass {
|
|
companion object {
|
|
fun f() {
|
|
|
|
}
|
|
|
|
class T
|
|
}
|
|
} |