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