test/tools/javac/meth/InvokeDyn.java

changeset 573
005bec70ca27
parent 554
9d9f26857129
parent 571
f0e3ec1f9d9f
child 674
584365f256a7
     1.1 --- a/test/tools/javac/meth/InvokeDyn.java	Thu Jun 17 16:28:21 2010 -0700
     1.2 +++ b/test/tools/javac/meth/InvokeDyn.java	Fri Jun 18 15:12:04 2010 -0700
     1.3 @@ -47,7 +47,7 @@
     1.4  import java.dyn.InvokeDynamic;
     1.5  
     1.6  public class InvokeDyn {
     1.7 -    void test() {
     1.8 +    void test() throws Throwable {
     1.9          Object x = "hello";
    1.10          InvokeDynamic.greet(x, "world", 123);
    1.11          InvokeDynamic.greet(x, "mundus", 456);

mercurial