Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e5523c196e17d8fdbb5635aa785d6c182ed3f821
/
.
/
compiler
/
testData
/
resolveConstructorDelegationCalls
/
superAnyEmpty.kt
blob: cb4cabbdd0c9d8f068a20a65949ca4b45fad7d0b [
file
] [
log
] [
blame
]
class
A
{
<caret>
constructor
():
super
()
{
}
}