We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96e87d commit 14acf96Copy full SHA for 14acf96
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -2957,8 +2957,7 @@ class Typer extends Namer
2957
if isExtension then return found
2958
else
2959
checkImplicitConversionUseOK(found)
2960
- val qual1 = withoutMode(Mode.ImplicitsEnabled)(adapt(found, selProto, locked))
2961
- return typedSelect(tree, pt, qual1)
+ return typedSelect(tree, pt, found)
2962
case failure: SearchFailure =>
2963
if failure.isAmbiguous then
2964
return (
0 commit comments