blob: 8a7d03073db2bbf0c3511956e513b1c936a560d7 [file] [log] [blame]
enum class MyClass(val s: String = "") {
FOO("FOO"), BAR("BAR"), DEFAULT();
fun foo() {
}
}