All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Lib.tests.source.BoolizeTest Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
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