Files
2026-03-04 20:18:02 +01:00

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