summaryrefslogtreecommitdiffstats
path: root/tests/bugs190/modules/play/m
blob: 54520da0a481ddd603b6c11a34da3291b1056e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
module M.N {
  requires A.B;
  requires public C.D;

  exports P.Q;
  exports R.S to T1.U1, T2.U2;

  uses V.W;
  provides X.Y with Z1.Z2;
  provides X.Y with Z3.Z4;
}