01: package org.netbeans.test.codegen; 02: 03: import static java.lang.Math.*; 04: 05: public abstract class ImportsTest4 { 06: 07: public ImportsTest4() { 08: } 09: 10: }