We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9471242 commit 04e2502Copy full SHA for 04e2502
1 file changed
tests/unit/src/unit/issues/IssueXXX.hx tests/unit/src/unit/issues/Issue12838.hxtests/unit/src/unit/issues/IssueXXX.hx renamed to tests/unit/src/unit/issues/Issue12838.hx
@@ -1,6 +1,6 @@
1
package unit.issues;
2
3
-class IssueXXX extends Test {
+class Issue12838 extends Test {
4
function test() {
5
eq(Reflect.callMethod(null, Reflect.field(String, "fromCharCode"), [65]), "A");
6
}
0 commit comments