Simple LR Tests don't need to compare all the packages in the world

This commit is contained in:
Andrey Breslav
2012-07-26 17:41:46 +04:00
parent dabd2ef4ad
commit 2923c1f32e
16 changed files with 61 additions and 53 deletions
@@ -1,3 +1,5 @@
package test
enum class Test(a : Int) {
A : Test(0)
B(x : Int) : Test(x)