Files
kotlin-fork/j2k/testData/fileOrElement/newClassExpression/classWithoutBody.java
T
2019-04-03 11:21:19 +03:00

7 lines
75 B
Java
Vendored

//class
class Foo {}
class Bar {
void bar() {
new Foo()
}
}