Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
class
/
DefaultConstructorWithTwoArgs.kt
blob: e0cb4b06bf34b25c2176f2897d782a556c815b0f [
file
]
package
test
class
A
(
val a
:
Int
=
1
,
val b
:
String
=
"default"
)