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