blob: 403f30724c8167eef8f6941d12fb262a2e8cc2bd [file] [log] [blame]
// "Make 'x' final" "true"
open class My(val x: Int) {
val y = x
}