1 package org.netbeans.test.codegen;2 3 public abstract class ImportsTest3 implements java.util.Map {4 5 public ImportsTest3() {6 }7 8 }9