Update test data for compiler visualizer
This commit is contained in:
committed by
TeamCityServer
parent
4ac38e5f29
commit
919591909e
+31
@@ -0,0 +1,31 @@
|
||||
private fun resolveAccessorCall(
|
||||
// [ERROR : PropertyDescriptor]
|
||||
// │
|
||||
suspendPropertyDescriptor: PropertyDescriptor,
|
||||
// [ERROR : TranslationContext]
|
||||
// │
|
||||
context: TranslationContext
|
||||
// [ERROR : ResolvedCall<PropertyDescriptor>]<[ERROR : PropertyDescriptor]>
|
||||
// │ [ERROR : PropertyDescriptor]
|
||||
// │ │
|
||||
): ResolvedCall<PropertyDescriptor> {
|
||||
// [ERROR : ResolvedCall<PropertyDescriptor>]<[ERROR : PropertyDescriptor]>
|
||||
// │ [ERROR : PropertyDescriptor]
|
||||
// │ │
|
||||
return object : ResolvedCall<PropertyDescriptor> {
|
||||
// [ERROR : <ERROR PROPERTY TYPE>]
|
||||
// │ [ERROR: not resolved]
|
||||
// │ │ [ERROR: not resolved]
|
||||
// │ │ │
|
||||
override fun getStatus() = ResolutionStatus.SUCCESS
|
||||
|
||||
// [ERROR : PropertyDescriptor]
|
||||
// │ resolveAccessorCall.suspendPropertyDescriptor: [ERROR : PropertyDescriptor]
|
||||
// │ │
|
||||
override fun getCandidateDescriptor() = suspendPropertyDescriptor
|
||||
// [ERROR : PropertyDescriptor]
|
||||
// │ resolveAccessorCall.suspendPropertyDescriptor: [ERROR : PropertyDescriptor]
|
||||
// │ │
|
||||
override fun getResultingDescriptor() = suspendPropertyDescriptor
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user