Files
kotlin-fork/j2k/tests/testData/ast/anonymousBlock/oneAnonBlock.java
T

6 lines
54 B
Java

class Test {
String str;
{
str = "Ola";
}
}