Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
resolveConstructorDelegationCalls
/
superAnyImplicit.txt
blob: 2bab01db56e51b7d2cca94f237e5238b578a1ee2 [
file
]
class A {
<caret>constructor() { }
}
Resolved call:
Resulting descriptor: constructor Any() defined in kotlin.Any
Explicit receiver kind = NO_EXPLICIT_RECEIVER
Dispatch receiver = NO_RECEIVER
Extension receiver = NO_RECEIVER