KT-12152: quick fix "make final" for member / containing class
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Make 'My' final" "true"
|
||||
|
||||
open class My(open val x: Int) {
|
||||
val y = <caret>x
|
||||
}
|
||||
Reference in New Issue
Block a user