5 lines
71 B
Plaintext
Vendored
5 lines
71 B
Plaintext
Vendored
// "Make 'x' final" "true"
|
|
|
|
open class My(val x: Int) {
|
|
val y = x
|
|
} |