Skip to content
Snippets Groups Projects
Commit 3483d2cc authored by Marco Antognini's avatar Marco Antognini Committed by Etienne Kneuss
Browse files

Minor update of ExpressionOrder.scala

parent d2236166
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ object ExpressionOrder {
case class Pixel(rgb: Int)
case class Matrix(data: Array[Int], w: Int, h: Int)
def void = ()
def fun = 0xffffff
def foo = 4
def bar(i: Int) = i * 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment