Files
jpexs-decompiler/libsrc/ffdec_lib/testdata/as3/classes/mypackage2/TestClass.as

15 lines
229 B
ActionScript

package classes.mypackage2
{
public class TestClass implements TestInterface
{
public function testCall() : String
{
trace("pkg2hello");
return "pkg2hello";
}
public function testMethod2() : void {
}
}
}