Skip to content

Commit 3afbae9

Browse files
oderskysmarter
andauthored
Update compiler/src/dotty/tools/dotc/transform/UncacheGivenAliases.scala
Co-authored-by: Guillaume Martres <[email protected]>
1 parent 39bc8cb commit 3afbae9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/src/dotty/tools/dotc/transform/UncacheGivenAliases.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import core.TypeErasure.erasure
1414
import ast.tpd
1515

1616
object UncacheGivenAliases:
17-
val name: String = "uncacheAliasImplicits"
17+
val name: String = "uncacheGivenAliases"
1818

1919
/** This phase optimizes alias givens represented as lazy vals to be uncached
2020
* if that does not change runtime behavior. A definition does not need to be
@@ -64,4 +64,3 @@ class UncacheGivenAliases extends MiniPhase with IdentityDenotTransformer:
6464
end UncacheGivenAliases
6565

6666

67-

0 commit comments

Comments
 (0)