Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
compiler
/
testData
/
resolveConstructorDelegationCalls
/
thisPrimaryEmpty.txt
blob: 4c34b25f25a9888f4557b167b432a728a6e57d5b [
file
]
class A() {
<caret>constructor(): this() {}
}
null