// "Create secondary constructor" "false" // ERROR: This class does not have a constructor interface T { } class A: T(1) { }