2669193755
So #KT-22871 Fixed
6 lines
107 B
Plaintext
Vendored
6 lines
107 B
Plaintext
Vendored
// "Move to companion object" "true"
|
|
class Test {
|
|
companion object {
|
|
const val foo = ""
|
|
}
|
|
} |