blob: 225b9516b8406fa613956aa40c6a6841cd5b8c50 [file] [log] [blame]
class Types {
public void <caret>method(Integer v) {
int i = v.hashCode();
}
public void context(Boolean v) {
int i = v.hashCode();
}
}