blob: 01ef380fbc3e3bdb133490fc383ae9d44c41dcac [file] [log] [blame]
class A {
enum class E {
OK
}
}
fun box() = A.E.OK.toString()