summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr120474/$ProxyPr120474.java
blob: 0556d98213591f30ed7055cef8c2076ea349aa74 (plain)
1
2
3
4
5
6
public class $ProxyPr120474 {
  public void foo() {}
  public static void main (String[] args) {
	  new $ProxyPr120474().foo();
  }
}