aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/pos_valueclasses/t9298/JUse.java
blob: a872c895a023821d9f2de1f4131b702399e399f9 (plain) (blame)
1
2
3
4
5
6
7
package t9298;

class JUse {
  public static Meter jm() {
    return new Meter(2);
  }
}