For example:
q"import scala.collection.mutable.Buffer\ndef foo: Buffer[Int] = ???"
This gives an error, because the newline characters is not resolved.
For example:
q"import scala.collection.mutable.Buffer\ndef foo: Buffer[Int] = ???"
This gives an error, because the newline characters is not resolved.
Copyright © 2021 Jogjafile Inc.
Sample from my tmp dir:
Or, just use a semi:
You can't splice something that is parsed away.