blob: 499f67534edd26814f75e6e8dd56b604f65343a5 [file] [log] [blame]
// "Change to '!(this instanceof Object)'" "true"
public class Foo {
void task() {
if (<caret>!this instanceof Object) {}
}
}