Skip to content

Commit 47ba19c

Browse files
committed
Fix typo
1 parent e4c4bd2 commit 47ba19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class PostTyper extends MacroTransform with IdentityDenotTransformer { thisPhase
285285
// Ideally, this should be done by Typer, but we run into cyclic references
286286
// when trying to typecheck self types which are intersections.
287287
else if (tree.tpt.symbol == defn.orType)
288-
// nothing to do
288+
() // nothing to do
289289
else
290290
Checking.checkAppliedType(tree, boundsCheck = !ctx.mode.is(Mode.Pattern))
291291
super.transform(tree)

0 commit comments

Comments
 (0)