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
-- [E172] ContextFun.scala:5:515|valopt3=Some(((ctx: Ctx) ?=>123, "abc")).map{ (f, s) =>0 }
|^|Nogiveninstance of typeCtx was found for parameter of (Ctx) ?=>Int
Expectation
This should compile. The compiler should not try to apply a context function inside a tupled pattern of function parameters
The text was updated successfully, but these errors were encountered:
Compiler version
3.3.0-RC1-bin-20221215-ef653b6-NIGHTLY and before
Minimized code
Output
Expectation
This should compile. The compiler should not try to apply a context function inside a tupled pattern of function parameters
The text was updated successfully, but these errors were encountered: