3fbf85dc37
So #KT-22971 Fixed
9 lines
98 B
Plaintext
Vendored
9 lines
98 B
Plaintext
Vendored
class C {
|
|
companion object {
|
|
fun create() = C()
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
C.create()
|
|
} |