Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
resolveConstructorDelegationCalls
/
thisPrimaryEmpty.kt
blob: b337cbabecd5c6e464490e6f737bdc0a7b4fbcf0 [
file
]
class
A
()
{
<caret>
constructor
():
this
()
{}
}