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 9127a0b commit 87343e7Copy full SHA for 87343e7
1 file changed
tests/unit/src/unit/issues/Issue12838.hx
@@ -0,0 +1,7 @@
1
+package unit.issues;
2
+
3
+class Issue12838 extends Test {
4
+ function test() {
5
+ eq(Reflect.callMethod(null, Reflect.field(String, "fromCharCode"), [65]), "A");
6
+ }
7
+}
0 commit comments