[TD] Update test data after previous commit
This commit is contained in:
Vendored
+2
-2
@@ -1,6 +1,6 @@
|
||||
enum class A {
|
||||
A(1), B(2), C("test");
|
||||
|
||||
constructor(x: Int) : <!DELEGATION_SUPER_CALL_IN_ENUM_CONSTRUCTOR!>super<!>()
|
||||
constructor(x: Int) : <!DELEGATION_SUPER_CALL_IN_ENUM_CONSTRUCTOR{LT}!><!DELEGATION_SUPER_CALL_IN_ENUM_CONSTRUCTOR{PSI}!>super<!>()<!>
|
||||
constructor(t: String) : this(10)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user