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.