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