blob: 64932ca95278e517b596805fbeab4b42da9d5a8e [file] [log] [blame]
class B(p1: String, p2: String)
class C(p1: String, p2: String, p3: String) : B(<caret>)
// EXIST: "p1, p2"