Skip to content

Commit 21a90aa

Browse files
Merge pull request #9387 from azolotko/fix-compilation-unit-apply
Fix CompilationUnit.apply
2 parents c753ca3 + c43535e commit 21a90aa

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)