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 3a302f0 commit 5b11dc3Copy full SHA for 5b11dc3
library/src/scala/quoted/Unlifted.scala
@@ -34,6 +34,6 @@ object Unlifted {
34
iter.next() match
35
case Unlifted(value) => builder += value
36
case _ => return None
37
- Some(builder.result)
+ Some(builder.result())
38
39
}
0 commit comments