Fix testEnumClass (implementAsConstructorParameter)

This commit is contained in:
Mikhail Glukhikh
2018-09-12 18:36:54 +03:00
parent b6c4bd270c
commit 9694882db6
@@ -6,4 +6,4 @@ interface T<X> {
enum class E(override val foo: Int<caret>) : T<Int> {
A, B, C
}
}