Home | History | Annotate | Download | only in source-extension
      1 package GUT.quals:
      2 annotation @Peer:
      3 annotation @Rep:
      4 
      5 
      6 package annotator.tests:
      7 class StaticInit:
      8 staticinit *0:
      9 new *1: @GUT.quals.Peer
     10 
     11 package annotator.tests:
     12 class StaticInit:
     13 staticinit *1:
     14 new *0: @GUT.quals.Rep
     15 
     16 package annotator.tests:
     17 class StaticInit:
     18 staticinit *0:
     19 new *0: @GUT.quals.Peer
     20 
     21 package annotator.tests:
     22 class StaticInit:
     23 staticinit *0:
     24 local o2:
     25 type: @GUT.quals.Peer
     26 
     27 package annotator.tests:
     28 class StaticInit:
     29 staticinit *1:
     30 local si:
     31 type: @GUT.quals.Rep
     32 
     33 package annotator.tests:
     34 class StaticInit:
     35 staticinit *0:
     36 local o:
     37 type: @GUT.quals.Peer
     38