Simple LR Tests don't need to compare all the packages in the world
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package test
|
||||
|
||||
enum class Test(a : Int) {
|
||||
A : Test(0)
|
||||
B(x : Int) : Test(x)
|
||||
|
||||
Reference in New Issue
Block a user