Skip to content

Commit c43535e

Browse files
committed
Fix CompilationUnit.apply
1 parent c753ca3 commit c43535e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/CompilationUnit.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ object CompilationUnit {
111111
NoSource
112112
}
113113
else source
114-
new CompilationUnit(source)
114+
new CompilationUnit(src)
115115
}
116116

117117
/** Force the tree to be loaded */

0 commit comments

Comments
 (0)