Skip to content

Commit 862817f

Browse files
committed
Drop commented-out code
1 parent 9f539f8 commit 862817f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/core/Types.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,6 @@ object Types {
922922
* base type by applying one or more `underlying` dereferences.
923923
*/
924924
final def widenSingleton(implicit ctx: Context): Type = stripTypeVar.stripAnnots match {
925-
//case tp @ AnnotatedType(tp1, ann) => tp.derivedAnnotatedType(tp1.widenSingleton, ann)
926925
case tp: SingletonType if !tp.isOverloaded => tp.underlying.widenSingleton
927926
case _ => this
928927
}

0 commit comments

Comments
 (0)