mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 02:55:38 +00:00
Fixed: Script/Class initializers order of assignment
Changed: Compound script has slot/const traits inside main script initializer
This commit is contained in:
10
libsrc/ffdec_lib/testdata/compound/src/mypkg/MyClass.as
vendored
Normal file
10
libsrc/ffdec_lib/testdata/compound/src/mypkg/MyClass.as
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package mypkg
|
||||
{
|
||||
public class MyClass
|
||||
{
|
||||
public function test(): void
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
10
libsrc/ffdec_lib/testdata/compound/src/mypkg/MyClass2.as
vendored
Normal file
10
libsrc/ffdec_lib/testdata/compound/src/mypkg/MyClass2.as
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package mypkg
|
||||
{
|
||||
public class MyClass2
|
||||
{
|
||||
public function test(): void
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user