blob: a0d2a451cdbefe5a2dc028bc0b6125d3e470f38a [file] [log] [blame]
public class CompletionFindException1 {
void foo(){
try{
} catch(Ex e) {
}
}
}