blob: 75ebfb6debe522ebb3ee4a0ca2bd9e5708390f8c [file] [log] [blame]
package test0117;
import java.util.*;
public class Test {
public int foo(Exception e) {
throw e /* comment in the middle of a throw */ \u003B
}
}