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 5fcd976 commit 81de544Copy full SHA for 81de544
compiler/src/dotty/tools/dotc/cc/Setup.scala
@@ -124,8 +124,7 @@ extends tpd.TreeTraverser:
124
isTopLevel = false
125
try ts.mapConserve(this) finally isTopLevel = saved
126
127
- def apply(t: Type) =
128
- val tp = expandThrowsAlias(t)
+ def apply(tp: Type) =
129
val tp1 = tp match
130
case AnnotatedType(parent, annot) if annot.symbol == defn.RetainsAnnot =>
131
// Drop explicit retains annotations
0 commit comments