diff --git a/tests/unit/src/unit/issues/Issue4254.hx b/tests/unit/src/unit/issues/Issue4254.hx new file mode 100644 index 00000000000..85774fc60df --- /dev/null +++ b/tests/unit/src/unit/issues/Issue4254.hx @@ -0,0 +1,9 @@ +package unit.issues; + +class Issue4254 extends Test { + var px:Int = Math.floor(20); + + function test() { + eq(20, px); + } +} \ No newline at end of file