blob: ade4b5cadaaeeaf438e4abad25d94eabe6708fc3 [file] [log] [blame]
class FinalClassWithTypeParamer {
A<String> t;
}
final class A<T> {}