blob: 7928be9d158f46515360e8ecaf0010db723db4c1 [file] [log] [blame]
// "Change to constructor invocation" "true"
// ERROR: No value passed for parameter 'x'
open class A(x : Int) {}
class B : A(<caret>) {}