Exact type to string conversion.

This commit is contained in:
Juraj Kirchheim
2021-03-14 12:58:10 +01:00
parent a383f7692b
commit 99a1fc3fa6
6 changed files with 106 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
package ;
import haxe.unit.*;
#if macro
using haxe.macro.Tools;
#end
class Run {
#if !macro
@@ -14,6 +17,7 @@ class Run {
new TypeMapTest(),
new Functions(),
new Misc(),
new ExactStrings(),
];
#end
macro static function test() {