Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
class
/
DefaultConstructor.java
blob: 8e6bf00eb3985695706d0369186d0ebb53ac7e84 [
file
]
package
test
;
class
Simple
{
void
foo
()
{
new
A
();
}
}