Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
Constructors.kt
blob: b61627f6952cbf48f4c6ff4e92abd19e4bfb769d [
file
]
// Constructors
class
Constructors
(
val valInPrimary
:
Int
)
{
constructor
(
parameterInSecondary
:
String
):
this
(
4
)
private
constructor
():
this
(
2
)
}
// FIR_COMPARISON