Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
resolveConstructorDelegationCalls
/
thisPrimary.kt
blob: 85998b11d2abfb2aa07df33d31fec7189d696dab [
file
] [
log
] [
blame
]
class
A
(
x
:
Int
)
{
<caret>
constructor
():
this
(
1
)
{}
}