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