blob: 560883e825e6c84a2aa0e6dab41e6a865f1ca9ee [file] [log] [blame]
class AAA<T>{
{
AAA<String> aa = new AAA<String>();<caret>
}
}