Files
jpexs-decompiler/libsrc/ffdec_lib/testdata/as3_new/src/tests/TestHello.as
2021-03-13 21:08:23 +01:00

11 lines
102 B
ActionScript

package tests
{
public class TestHello
{
public function run():*
{
trace("hello");
}
}
}