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 9a9aa31 commit 61656f7Copy full SHA for 61656f7
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