blob: 1c28f2b033238184e72ac44fcc3b239a2114015c [file] [log] [blame]
class A{
void foo(){
throw new RuntimeException(<caret>);
}
}