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 44eab07 commit b635e34Copy full SHA for b635e34
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -3363,9 +3363,6 @@ object Types {
3363
3364
// --- AndType/OrType ---------------------------------------------------------------
3365
3366
- // -Vprint:all, -Vprint:typer, -Xprint-types
3367
- // use obj.show to pretty-print struct
3368
-
3369
abstract class AndOrType extends CachedGroundType with ValueType {
3370
def isAnd: Boolean
3371
def tp1: Type
0 commit comments