blob: d67447ea5c99896146509e8ec0c52894b0f42499 [file] [log] [blame]
public class CompletionKeywordFinally12 {
void foo() {
#
try {
} catch(E e){
} finall
}
}