Skip to content

Commit b89462f

Browse files
committed
Merge branch 'fix-underlying' of https://github.com/dotty-staging/dotty into fix-underlying
2 parents 4e33742 + 5f37287 commit b89462f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Types.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4164,7 +4164,7 @@ object Types {
41644164
private var myStableHash: Byte = 0
41654165
private var myGround: Byte = 0
41664166

4167-
private var myisStableRunId: RunId = NoRunId
4167+
private var myIsStableRunId: RunId = NoRunId
41684168
private var myIsStable: Boolean = uninitialized
41694169

41704170
private var myEvalRunId: RunId = NoRunId

0 commit comments

Comments
 (0)