We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6873c4 commit cfff8c4Copy full SHA for cfff8c4
compiler/src/dotty/tools/dotc/CompilationUnit.scala
@@ -43,6 +43,7 @@ class CompilationUnit protected (val source: SourceFile) {
43
*/
44
var needsInlining: Boolean = false
45
46
+ /** Set to `true` if inliner added anonymous mirrors that need to be completed */
47
var needsMirrorSupport: Boolean = false
48
49
/** Will be set to `true` if contains `Quote`.
0 commit comments