blob: 4ce6c8849aeda266d0f07f75c4cff8980d7ed4d0 [file] [log] [blame]
class Ref<T> {
T target;
}
class TestPoint2D {
void (Ref<String> r) {
r.<caret>
}
}