blob: 565bda2b4640cca01b8befacc9925056d86977af [file] [log] [blame]
public class CompletionKeywordFinally5 {
void foo() {
try {
} catch(E e){
} finall
}
}