blob: 2fcd710b54b74a98378477768441c0fa3a97bf80 [file] [log] [blame]
interface A
{ class AA<T> {} }
class FieldArgumentsPC
extends A.AA <Object>
{}