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