Open BSteffaniak opened 7 years ago
e.g.
package "novex/nest" import "novex/nest/Nest" import "novex/nest/TestSuite" import static "novex/nest/Nest" import class NestImports
and by importing "novex/nest/NestImports" you gain all of the imports defined in the NestImports file declaration.
e.g.
and by importing "novex/nest/NestImports" you gain all of the imports defined in the NestImports file declaration.