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 39bc8cb commit 3afbae9Copy full SHA for 3afbae9
compiler/src/dotty/tools/dotc/transform/UncacheGivenAliases.scala
@@ -14,7 +14,7 @@ import core.TypeErasure.erasure
14
import ast.tpd
15
16
object UncacheGivenAliases:
17
- val name: String = "uncacheAliasImplicits"
+ val name: String = "uncacheGivenAliases"
18
19
/** This phase optimizes alias givens represented as lazy vals to be uncached
20
* if that does not change runtime behavior. A definition does not need to be
@@ -64,4 +64,3 @@ class UncacheGivenAliases extends MiniPhase with IdentityDenotTransformer:
64
end UncacheGivenAliases
65
66
67
-
0 commit comments