blob: 715d992c0b030f3c3bc70d8b346a6bc9813ca692 [file] [log] [blame]
import java.awt.geom.Point2D;
class UTest {
void foo() {
Point2D.Double d = new Point2D.Double();<caret>
}
void bar() {
Double d;
}
}