summaryrefslogtreecommitdiffstats
path: root/tests/base/test107/pack1/Foo.java
blob: 4694a8edc05c1479f8b56e9c1ff770792dc93db7 (plain)
1
2
3
4
5
6
package pack1;

public class Foo { 
 public int hello() { return 1; }
}