mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 02:01:55 +00:00
11 lines
162 B
ActionScript
11 lines
162 B
ActionScript
package mypkg
|
|
{
|
|
public class MyClass2
|
|
{
|
|
public function test(): void
|
|
{
|
|
}
|
|
}
|
|
|
|
}
|