Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
class
/
DefaultConstructor.kt
blob: 84f7685ab882cfd22913ba151f55b2c7bb57247c [
file
]
package
test
class
A
(
val a
:
Int
=
1
)