In other words, the following kotlin class: ``` cl...
# announcements
n
In other words, the following kotlin class:
Copy code
class SomeClass {
    enum class NestedEnum {
        FOO, BAR
    }
}