mattmoore
06/22/2020, 8:31 PM_
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
.