blob: f0a119e862e32a7d6a15cf4ecd60f3dcdf0046c0 [file]
enum class Foo {
A, B, C { override fun result() = "OK" };
open fun result() = "Fail"
}
// There are two CHECKCASTs, one in Foo.valueOf and one in Foo.values
// 2 CHECKCAST