package bytecode;

public class MethodsTest extends JavaTXCompilerTest {
	public MethodsTest() {
		this.fileName = "Methods";
	}
}