blob: d874a6195e73f4e8d03026250ebaf920d488f19d [file] [log] [blame]
// "Make 'My' final" "true"
class My {
init {
init()
}
open fun init() {}
}