mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 15:05:19 +00:00
trunk contents moved to root
This commit is contained in:
15
testdata/as2/com/jpexs/MyTest.as
vendored
Normal file
15
testdata/as2/com/jpexs/MyTest.as
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
class com.jpexs.MyTest {
|
||||
private var i:Number=5;
|
||||
static var k:Number=27;
|
||||
|
||||
function test():Number
|
||||
{
|
||||
trace("hello");
|
||||
return 5;
|
||||
}
|
||||
static function testS():Number
|
||||
{
|
||||
trace("hi");
|
||||
return 88;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user