Test classes regenerated with new data
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
enum class Test(a : Int) {
|
||||
A : Test(0)
|
||||
B(x : Int) : Test(x)
|
||||
C : Test(0) {}
|
||||
}
|
||||
Reference in New Issue
Block a user