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 1936944 commit 8d07250Copy full SHA for 8d07250
compiler/src/dotty/tools/dotc/sbt/ExtractAPI.scala
@@ -356,7 +356,7 @@ private class ExtractAPICollector(implicit val ctx: Context) extends ThunkHolder
356
private def computeType(tp: Type): api.Type = {
357
// TODO: Never dealias. We currently have to dealias because
358
// sbt main class discovery relies on the signature of the main
359
- // method being fully dealiased. See https://github.com/sbt/zinc/isisLambdaSub/102
+ // method being fully dealiased. See https://github.com/sbt/zinc/issues/102
360
val tp2 = if (!tp.isLambdaSub) tp.dealiasKeepAnnots else tp
361
tp2 match {
362
case NoPrefix | NoType =>
0 commit comments