blob: e5cb2557c1bb0a74e59e04750673a28afce97d15 [file] [log] [blame]
class C() {
/** This is a secondary constructor. */
constructor(s: String): this() {
}
}