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
Hi Yang Bo,
I found intellij reported "cannot resolve symbol extract" on line of: case underlying.extract(b) => b in Extractor.OptionFunctionToPartialFunction.unlift.
But the test can be run correctly, so it seems intellij is not smart enought to find out its an implicit conversion, I think.