Skip to main content
summaryrefslogtreecommitdiffstats
blob: b1dab74104d35dc3f841f1d45e1415099dc849de (plain) (blame)
1
2
3
4
5
package java.lang;

public class Boolean {
	public static Boolean TRUE = new Boolean();
}

Back to the top