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