Skip to content

Commit db126c1

Browse files
committed
Fix compilation issue: use Symbols instead of SymUtils
1 parent e6cccca commit db126c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Scopes.newScope
77
import Contexts.*, Symbols.*, Types.*, Flags.*, Decorators.*, StdNames.*, Constants.*
88
import MegaPhase.*
99
import Names.TypeName
10-
import SymUtils.*
10+
import Symbols.*
1111
import NullOpsDecorator.*
1212
import ast.untpd
1313

0 commit comments

Comments
 (0)