What is equivalent to this code?
s"Foo $a?"
myClass.foreach(x => println(x))
List(List(a, b), c)
myFuture.onComplete
"Foo " + a + "?"