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