Lib.tests.source.BoolizeTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of krakatau-lib Show documentation
Show all versions of krakatau-lib Show documentation
Assembler, disassebmler, decompiler and compiler tools library for Java.
public class BoolizeTest{
static void main(boolean x, int y) {}
static void main(boolean[] x, byte[] y) {}
public static void main(String[] args){
main(false, 0);
main(null, null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy