Fix broken isEnumClassObject methods
Out of three methods, two were incorrect
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
class object {
|
||||
fun values() = "O"
|
||||
fun valueOf() = "K"
|
||||
}
|
||||
}
|
||||
|
||||
fun box() = A.values() + A.valueOf()
|
||||
Reference in New Issue
Block a user