compiler options

This commit is contained in:
Alex Tkachman
2011-10-22 20:22:41 +02:00
parent b905568147
commit d76c5d47fd
2 changed files with 34 additions and 13 deletions
+3
View File
@@ -0,0 +1,3 @@
trait ISized {
val size : Int
}