blob: c6caabded3dce3a94befb382d2f2d77f6d7a0481 [file] [log] [blame]
class Types {
public void <caret>method(Object v) {
int i = v.hashCode();
}
public void context() {
String v = "child type";
int i = v.hashCode();
}
}