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