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 30bd586 commit ddec688Copy full SHA for ddec688
src/dotty/tools/dotc/typer/ProtoTypes.scala
@@ -477,7 +477,7 @@ object ProtoTypes {
477
def apply(tp: Type) = wildApprox(tp, this)
478
}
479
480
- @sharable private lazy val dummyTree = untpd.Literal(Constant(null))
+ @sharable private def dummyTree = untpd.Literal(Constant(null))
481
482
/** Dummy tree to be used as an argument of a FunProto or ViewProto type */
483
object dummyTreeOfType {
0 commit comments