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