Skip to content

Commit 2dcdda2

Browse files
committed
Refactor imports
1 parent b7d8fcb commit 2dcdda2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ import config.Printers.{ transforms => debug }
2626
*/
2727
object TypeTestsCasts {
2828
import ast.tpd._
29-
import typer._
30-
import typer.Inferencing._
31-
import typer.ProtoTypes._
29+
import typer.Inferencing.maximizeType
30+
import typer.ProtoTypes.{ constrained, newTypeVar }
3231

3332
/** Whether `(x:X).isInstanceOf[P]` can be checked at runtime?
3433
*

0 commit comments

Comments
 (0)