We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d8fcb commit 2dcdda2Copy full SHA for 2dcdda2
compiler/src/dotty/tools/dotc/transform/TypeTestsCasts.scala
@@ -26,9 +26,8 @@ import config.Printers.{ transforms => debug }
26
*/
27
object TypeTestsCasts {
28
import ast.tpd._
29
- import typer._
30
- import typer.Inferencing._
31
- import typer.ProtoTypes._
+ import typer.Inferencing.maximizeType
+ import typer.ProtoTypes.{ constrained, newTypeVar }
32
33
/** Whether `(x:X).isInstanceOf[P]` can be checked at runtime?
34
*
0 commit comments