blob: 1f96859e9634d0e2df5c3484b2cb2c41ca207b24 [file] [log] [blame]
// "Split into declaration and assignment" "true"
class Test {
{
String l;
l = {"foo"};
}
}