blob: 4a8122b484295134cbb3a0cce2287c1c971b84b1 [file] [log] [blame]
package trycatch_in;
import java.net.URL;
public class TestExpressionStatement {
public void foo() {
/*[*/new URL("http://www.eclipse.org")/*]*/;
}
}