blob: 865b8c3e5d84b4a739286b44c8bb4906be2fc2f5 [file] [log] [blame]
public class CompletionKeywordCase3 {
void foo(){
switch(0){
default:
cas
}
}
}