Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fe0f055c5c4e6ededc6378ef6df3f28ee841978
/
.
/
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