Skip to content

Commit e1950fd

Browse files
committed
Fix CI: ignore export clause
1 parent 4fb869a commit e1950fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/init/Summarization.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ object Summarization {
202202
case _: TypeDef =>
203203
Summary.empty
204204

205-
case _: Import =>
205+
case _: Import | _: Export =>
206206
Summary.empty
207207

208208
case _ =>

0 commit comments

Comments
 (0)