Files

6 lines
110 B
Java

// "Join declaration and assignment" "INFORMATION"
class Test {
{
String ss = "hello" + "world";
}
}