fixed some dup problems

This commit is contained in:
Jindra Petřík
2021-02-08 20:15:19 +01:00
parent 97c325eb20
commit 2bebbfad0b
21 changed files with 644 additions and 76 deletions
@@ -0,0 +1,29 @@
script
sinit
refid "tests:TestDup2/init"
body
maxstack 2
localcount 1
initscopedepth 1
maxscopedepth 3
code
getlocal0
pushscope
findpropstrict Multiname("TestDup2", [PackageNamespace("tests")])
getlex QName(PackageNamespace(""), "Object")
pushscope
getlex Multiname("Object", [PrivateNamespace(null, "tests:TestDup2"), PackageNamespace(""), PackageNamespace("tests"), PackageInternalNs("tests"), Namespace("http://adobe.com/AS3/2006/builtin")])
newclass "tests:TestDup2"
popscope
initproperty QName(PackageNamespace("tests"), "TestDup2")
returnvoid
end ; code
end ; body
end ; method
trait class QName(PackageNamespace("tests"), "TestDup2")
#include "TestDup2.class.asasm"
end ; trait
end ; script