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 c01f86f commit 0f86296Copy full SHA for 0f86296
compiler/src/dotty/tools/dotc/cc/Capability.scala
@@ -959,7 +959,7 @@ object Capabilities:
959
assert(sym.isAnonymousFunction)
960
val paramSyms = atPhase(ctx.phase.prev):
961
// We need to ask one phase before since `sym` should not be completed as a side effect.
962
- // The result of Internalize is used to se the result type of an anonymous function, and
+ // The result of Internalize is used to see the result type of an anonymous function, and
963
// the new info of that function is built with the result.
964
sym.paramSymss.head
965
val resultToFresh = EqHashMap[ResultCap, FreshCap]()
0 commit comments