blob: 9f9a57a56e08b4f8c589d637265fd90271a7e288 [file] [log] [blame]
class Test <T> {
T tt;
}
class I extends Test<String>{
String t;
}