blob: 58bc104eedc1bce7693ad3da4c4c4f35006fc9b9 [file] [log] [blame]
class B<T extends Comparable<T>> {}
main() {}
var y = new B();