KT-12152: quick fix "make final" for member / containing class
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Make 'My' final" "true"
|
||||
|
||||
class My {
|
||||
init {
|
||||
register(this)
|
||||
}
|
||||
}
|
||||
|
||||
fun register(my: My) {}
|
||||
Reference in New Issue
Block a user