package bytecode;

public class GenericsTest extends JavaTXCompilerTest {
	public GenericsTest() {
		this.fileName = "Generics";
	}
}