• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package annotator.tests;
2
3public class MethodNew {
4  void m() {
5    Object l = new @GUT.quals.Rep MethodNew();
6  }
7
8  void m(Object p) {
9    Object x = new @GUT.quals.Peer MethodNew();
10  }
11}
12