martin-pabst / Online-IDE-new-compiler

Online-IDE with new compiler
GNU General Public License v3.0
0 stars 0 forks source link

"foo".toString(); fail #4

Closed fjf2002 closed 1 week ago

fjf2002 commented 1 week ago

The following program

"foo".toString();

... fails with Runtime Error

SystemException in thread main thread: System exception: TypeError: "foo"._mj$toString$String$ is not a function
at $MainClass553.$main (File Neue Datei.java: 1)
Execution time: 30.1 ms, 0 steps, 0 steps/s
martin-pabst commented 1 week ago

Pull request has been merged. -> Thank you!