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