1 // test order of package and import 2 package lang; 3 4 // can comments come between lines 5 import java.awt.*; 6 7 class TestPkgImport { 8 // file compiles without error 9 }