Skip to content

Commit 8d07250

Browse files
committed
Fix accidental replacement
1 parent 1936944 commit 8d07250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/sbt/ExtractAPI.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ private class ExtractAPICollector(implicit val ctx: Context) extends ThunkHolder
356356
private def computeType(tp: Type): api.Type = {
357357
// TODO: Never dealias. We currently have to dealias because
358358
// sbt main class discovery relies on the signature of the main
359-
// method being fully dealiased. See https://github.com/sbt/zinc/isisLambdaSub/102
359+
// method being fully dealiased. See https://github.com/sbt/zinc/issues/102
360360
val tp2 = if (!tp.isLambdaSub) tp.dealiasKeepAnnots else tp
361361
tp2 match {
362362
case NoPrefix | NoType =>

0 commit comments

Comments
 (0)