blob: 101fbdbfa94dc4878d7988f4c12544cc698765ca [file] [log] [blame]
// "class org.jetbrains.kotlin.idea.quickfix.AddModifierFix" "false"
// ACTION: Add 'my =' to argument
abstract class My {
init {
register(<caret>this)
}
}
fun register(my: My) {}