Skip to content

Commit 5f37287

Browse files
oderskydwijnand
andauthored
Update compiler/src/dotty/tools/dotc/core/Types.scala
Co-authored-by: Dale Wijnand <[email protected]>
1 parent 1bd3ed1 commit 5f37287

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
@@ -4170,7 +4170,7 @@ object Types {
41704170
private var myStableHash: Byte = 0
41714171
private var myGround: Byte = 0
41724172

4173-
private var myisStableRunId: RunId = NoRunId
4173+
private var myIsStableRunId: RunId = NoRunId
41744174
private var myIsStable: Boolean = uninitialized
41754175

41764176
private var myEvalRunId: RunId = NoRunId

0 commit comments

Comments
 (0)