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