We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43b5d9b + 18532f7 commit cb53882Copy full SHA for cb53882
src/main/scala/introprog/examples/TestIO.scala
@@ -21,10 +21,10 @@ object TestIO {
21
assert(isSameContents, s"$highscores != $highscores2")
22
println(s"$highscores == $highscores2\n$testResult")
23
24
- testImageLoadAndDraw
+ testImageLoadAndDraw()
25
}
26
27
- def testImageLoadAndDraw : Unit = {
+ def testImageLoadAndDraw(): Unit = {
28
import introprog.*
29
import java.awt.Color
30
import java.awt.Color.*
0 commit comments