blob: fba735a5ff0b1bca29d9733d78bff3eaa63de723 [file] [log] [blame]
class Test {
String str;
{
str = "Ola";
}
}