mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 15:54:32 +00:00
27 lines
476 B
ActionScript
27 lines
476 B
ActionScript
package tests_classes
|
|
{
|
|
public const myconst:int = 29;
|
|
}
|
|
|
|
method
|
|
name ""
|
|
returns null
|
|
|
|
body
|
|
maxstack 2
|
|
localcount 1
|
|
initscopedepth 1
|
|
maxscopedepth 2
|
|
|
|
code
|
|
getlocal0
|
|
pushscope
|
|
findproperty QName(PackageNamespace("tests_classes"),"myconst")
|
|
pushbyte 29
|
|
initproperty QName(PackageNamespace("tests_classes"),"myconst")
|
|
returnvoid
|
|
end ; code
|
|
end ; body
|
|
end ; method
|
|
|