Skip to content
Snippets Groups Projects
Commit c26ea345 authored by Philippe Suter's avatar Philippe Suter
Browse files

No commit message

No commit message
parent 78b370b5
No related branches found
No related tags found
No related merge requests found
object Test {
def main(args: Array[String]): Unit = {
println("Ok")
}
def useless(i: Int, j: Int): Int = {
require(i == j)
i + j
} ensuring(res => res == 2 * i)
def booleans: Unit = {
var b : Boolean = true
b = false
}
}
......@@ -157,4 +157,5 @@
</delete>
</target>
<target name="new" description="clean and rebuilds" depends="clean, dist" />
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment