Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
compiler
/
testData
/
resolveConstructorDelegationCalls
/
thisSecondary.kt
blob: 9f1ef640d3f46a4dd00dcd0afb268e5e2383d754 [
file
]
class
A
{
constructor
(
x
:
Int
)
{}
<caret>
constructor
():
this
(
1
)
{}
}