blob: b8fbaec7eecba3276029bba0a7202a445fd44779 [file] [log] [blame]
class A {
// These are names and no return types...
stream<T extends List<T>>(T foo) {}
stream2<T extends List<>>(T foo) {}
stream3<T>(T foo) {}
}