Added a test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
enum class E(val b: Boolean) {
|
||||
TRUE(1 == 1)
|
||||
}
|
||||
|
||||
fun box() = if (E.TRUE.b) "OK" else "fail"
|
||||
Reference in New Issue
Block a user