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