blob: b36168a34ecce16fa699e55f55e84851b6bc0f4a [file] [log] [blame]
package test0440;
public class A {
void test() {
String i= 2 * 3 + "" + (true);
}
}