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 052c3b1 commit 3dc3b19Copy full SHA for 3dc3b19
compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala
@@ -649,7 +649,8 @@ object TastyFormat {
649
case VALDEF | DEFDEF | TYPEDEF | OBJECTDEF | TYPEPARAM | PARAM | NAMEDARG | RETURN | BIND |
650
SELFDEF | REFINEDtype | TERMREFin | TYPEREFin | HOLE => 1
651
case RENAMED | PARAMtype => 2
652
- case POLYtype | METHODtype | TYPELAMBDAtype => -1
+ case POLYtype | METHODtype | IMPLICITMETHODtype | ERASEDMETHODtype | ERASEDIMPLICITMETHODtype |
653
+ TYPELAMBDAtype => -1
654
case _ => 0
655
}
656
0 commit comments