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
/** Is decomposition allowed on the right-hand side of a pattern? */
171
+
/** We only allow decomposition on the right-hand side of a pattern if the type is not a type parameter, a type parameter reference, or a deferred type reference */
172
+
/** This is because decomposition on the right-hand side of a pattern can lead to false positive warnings */
173
+
inlinedefrhsDecompositionAllowed(tp: Type):Boolean= tp.dealias match
0 commit comments