diff options
Diffstat (limited to 'tests/bugs150/pr120474/$Proxy4.java')
-rw-r--r-- | tests/bugs150/pr120474/$Proxy4.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs150/pr120474/$Proxy4.java b/tests/bugs150/pr120474/$Proxy4.java index 3b617ca31..8da92d6c7 100644 --- a/tests/bugs150/pr120474/$Proxy4.java +++ b/tests/bugs150/pr120474/$Proxy4.java @@ -1,3 +1,6 @@ public class $Proxy4 { public void foo() {} + public static void main (String[] args) { + new $Proxy4().foo(); + } } |