blob: b1c1edc9c5ef5c4d6ad3e5856a10fb8b9c9b7d32 [file] [log] [blame]
class Test {
{
String[] newVar = {"a", "b"};
String[] s = newVar;
}
}