AtomicScala / atomic-scala-corrections

Find out about or report corrections for the book "Atomic Scala"
http://www.atomicscala.com
6 stars 2 forks source link

Atom "Methods Inside Classes", exercise 1 and 2 #54

Open waij opened 7 years ago

waij commented 7 years ago

In atom Methods Inside Classes" exercise 1 you write: val s2 = motorboat.off() In exercise 2 you write: val f1 = flare.light The use of () is inconsistent without explanation.