Home | History | Annotate | Download | only in converted
      1 package :
      2 annotation @X:
      3 
      4 package :
      5 class GenericArg:
      6 
      7     method mp(Ljava/lang/Object;)V:
      8         return:
      9         insert-annotation Method.body, Block.statement 0, Variable.type: @X
     10 
     11     method mr()LX;:
     12         return:
     13         insert-annotation Method.body, Block.statement 0, Variable.type: @X
     14 
     15     method foo(Ljava/lang/Number;)V:
     16         return:
     17         insert-annotation Method.body, Block.statement 0, Variable.type: @X
     18 
     19     method bar()LZ;:
     20         return:
     21         insert-annotation Method.body, Block.statement 0, Variable.type: @X
     22 
     23 package :
     24 class GenericArg$Tricky:
     25 
     26     method argh(Ljava/lang/Object;)V:
     27         return:
     28         insert-annotation Method.body, Block.statement 0, Variable.type: @X
     29 
     30