mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 22:28:18 +00:00
trunk contents moved to root
This commit is contained in:
20
testdata/as3/classes/TestClass1.as
vendored
Normal file
20
testdata/as3/classes/TestClass1.as
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
package classes
|
||||
{
|
||||
|
||||
public dynamic class TestClass1
|
||||
{
|
||||
public var attrib:int = 5;
|
||||
public var sons:Array;
|
||||
|
||||
public function testHello()
|
||||
{
|
||||
trace("hello2");
|
||||
}
|
||||
|
||||
public function method(i:int):int
|
||||
{
|
||||
trace("method");
|
||||
return 7;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user