soywiz-archive / jtransc

Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
https://jtransc.soywiz.com/
Apache License 2.0
632 stars 67 forks source link

Small fixes #217

Closed fxzjshm closed 7 years ago

fxzjshm commented 7 years ago

Fixes compile error on PHP, AS3 and Dart.

soywiz commented 7 years ago

Also, it seems that it fails to compile: https://travis-ci.org/jtransc/jtransc/builds/254723460#L3150

If you are using intellij, since there are sometimes conflicts with standard RT, sometimes it fails to compile. What I do is to close opened RT files with errors, then Build -> Build project and then I can run tests.