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