This website requires JavaScript.
Explore
Help
Register
Sign In
JavaTX
/
JavaCompilerCore
Watch
2
Star
0
Fork
3
You've already forked JavaCompilerCore
Code
Issues
99
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
unifyStable
JavaCompilerCore
/
test
/
bytecode
/
Binary2.jav
8 lines
104 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Binary2 Test ändern
2015-10-30 15:37:12 +00:00
class Binary2 {
Tests zu Bytecodegenerierung anfügen
2015-10-29 14:16:19 +00:00
Integer m(Integer x) { return x + x; }
Boolean m(Boolean x) {return x || x; }
}
Reference in New Issue
Copy Permalink