aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/testdata/modules/two/h/module-info.java
blob: 253e8c47e78c5902245c2568aac59dba70b92e8c (plain)
1
2
3
4
5
module e.f.g {
  opens com.foo1;
  opens com.foo2 to a.b.c;
  opens com.foo3 to a.b.c, b.c.d;
}