Skip to content

Commit 99c4e4b

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

127127
case tp: LazyRef =>
128128
expandTpe(tp.ref)
129+
130+
case MatchType(bound, scrutinee, cases) =>
131+
// See #6295
132+
ConstantReference("FIXME: MatchType support")
129133
}
130134

131135
expandTpe(t)

0 commit comments

Comments
 (0)