blob: 61ef9673c1f68bbf067d973cd562e4d3ad2f15cb [file] [log] [blame]
// "Change to constructor invocation" "true"
fun bar() {
abstract class Foo {}
class A : <caret>Foo {}
}