blob: ec85a6782591fed877d7b07d9b47e7dc7618b3d9 [file] [log] [blame]
class Foo {
void m() {
System.exit(<caret>)
System.exit(<caret>)
}
}