You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered by type assertions.
The PSI element association includes various FIR elements, including a reference to the anonymous function. Note: this mis-mapping applies to all labels that may be type-attributed.
Note: This may be simpler using the IR. There isn't a PSI element associated with the FIR elements label field since the PSI on the label is the labeled element.
funfoo(ints:List<Int>) {
ints.forEach {
if (it ==0) return@forEach // The PSI element on the FIR's label to `forEach` is the `forEach` a select of `ints`.print(it)
}
}
Discovered by type assertions.
The PSI element association includes various FIR elements, including a reference to the anonymous function. Note: this mis-mapping applies to all labels that may be type-attributed.
The text was updated successfully, but these errors were encountered: