mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 05:36:19 +00:00
11 lines
161 B
ActionScript
11 lines
161 B
ActionScript
package mypkg
|
|
{
|
|
public class MyClass
|
|
{
|
|
public function test(): void
|
|
{
|
|
}
|
|
}
|
|
|
|
}
|