blob: 1d1ee58d6909f51581ea7c2d02df1e9ebe22c8fb [file] [log] [blame]
public class Test1 {
void foo() {
if (Test.FIRST.invert() != Test.SECOND) {
//assert
}
}
}