01: package org.netbeans.test.codegen; 02: 03: import java.awt.geom.Point2D; 04: 05: public class ImportTest8 { 06: Point2D.Double d; 07: 08: private static class Double { 09: } 10: 11: }