transc-gen-common-tests.0.6.8.source-code.Simple.hx Maven / Gradle / Ivy
class Simple {
public function new() {
}
public function flush() {
trace('flush');
}
}
typedef DynamicIntMap = haxe.ds.IntMap;
class Simple {
public function new() {
}
public function flush() {
trace('flush');
}
}
typedef DynamicIntMap = haxe.ds.IntMap;