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