Files
kotlin-fork/tests/testData/ast/anonymousBlock/file/oneStaticAnonBlock.jav
T
2013-10-29 21:01:57 +04:00

6 lines
61 B
Java

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