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