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.
2 parents 9a9aa31 + 61656f7 commit d56af69Copy full SHA for d56af69
semanticdb/src/dotty/semanticdb/SemanticdbConsumer.scala
@@ -216,7 +216,7 @@ class SemanticdbConsumer extends TastyConsumer {
216
217
def typetreeSymbol(tree: Tree, typetree: TypeTree): Unit =
218
typetree match {
219
- case TypeTree.Synthetic => ()
+ case TypeTree.Inferred => ()
220
case _ =>
221
addOccurenceTypeTree(
222
typetree,
0 commit comments