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