Skip to content

Commit 1f9990b

Browse files
committed
Comment FlexType
1 parent b63480a commit 1f9990b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/src/dotty/tools/dotc/core/Types.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3252,6 +3252,9 @@ object Types {
32523252
override def computeHash = hashSeed
32533253
}
32543254

3255+
/** A common superclass of `ErrorType` and `TryDynamicCallSite`. Instances of this
3256+
* class are at the same time subtypes and supertypes of every other type.
3257+
*/
32553258
abstract class FlexType extends UncachedGroundType with ValueType
32563259

32573260
class ErrorType(_msg: => Message) extends FlexType {

0 commit comments

Comments
 (0)