blob: dda33bcbef2fcc26c0cb4b8ae01d04507e2283c2 [file] [log] [blame]
// "Change to constructor invocation" "true"
open class A(x : Int = 42, vararg y : Int) {}
class B() : A(<caret>) {}