<@UMBG76XRA> Pushed the latest. <@U4UGS5FC7> Type ...
# pattern-matching
m
@Nico Pushed the latest. @raulraja Type information is successfully recording for
_
but still not sure how to record the expression info. My confusion lies with which of the following
WritableSlice
types we'd use from https://github.com/JetBrains/kotlin/blob/master/compiler/frontend/src/org/jetbrains/kotlin/resolve/BindingContext.java. I'm thinking a
bindingTrace.record<KtExpression, *SOMETHING*>
but do not have context around how each of these relates to the appropriate expression we'd want to write.
_
comes through as a
KtNameReferenceExpression
.
😍 2