Skip to content

Commit

Permalink
add test (closes HaxeFoundation#4254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Jun 19, 2015
1 parent f657ac1 commit cdb2ba8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/unit/src/unit/issues/Issue4254.hx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package unit.issues;

class Issue4254 extends Test {
var px:Int = Math.floor(20);

function test() {
eq(20, px);
}
}

0 comments on commit cdb2ba8

Please sign in to comment.