Skip to content

Commit db42cfc

Browse files
committed
Fix genDocs following the full bootstrap
1 parent b8fddaf commit db42cfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc-tool/src/dotty/tools/dottydoc/model/factories.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ object factories {
126126

127127
case tp: LazyRef =>
128128
expandTpe(tp.ref)
129+
130+
case MatchType(bound, scrutinee, cases) =>
131+
ConstantReference("FIXME: MatchType support")
129132
}
130133

131134
expandTpe(t)

0 commit comments

Comments
 (0)