blob: 63c604c9c62e770a6d1810bdfbd5c4898c4ba5f7 [file] [log] [blame]
class A {
public void test() {
boolean str = true;
String s = "ss" + str;
}
}