blob: 9dd50a0550db0b831ca374c416dd0d882052b4fc [file] [log] [blame]
// "Make 'My' final" "true"
class My {
init {
register(this)
}
}
fun register(my: My) {}