blob: f9d72722d27d3f44dbb0742ee567c707a78405c7 [file] [log] [blame]
class A {
int m() {
return 0 + 1 + hashCode()<caret>;
}
}