blob: 2a22212bb6e5a88ed3cb004f54bc11e4dd8b4204 [file] [log] [blame]
class Test {
def r() {
if (equals(new Object())) {
throw new RuntimeException()
}
return 239
}
}