Skip to content

Commit cfff8c4

Browse files
authored
Address review comment
1 parent e6873c4 commit cfff8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class CompilationUnit protected (val source: SourceFile) {
4343
*/
4444
var needsInlining: Boolean = false
4545

46+
/** Set to `true` if inliner added anonymous mirrors that need to be completed */
4647
var needsMirrorSupport: Boolean = false
4748

4849
/** Will be set to `true` if contains `Quote`.

0 commit comments

Comments
 (0)