blob: a35271060579b559daeb3432c7184d1f62ae64e9 [file] [log] [blame]
// FIR_IDENTICAL
enum class Foo {
;
override fun toString(): String {
<selection><caret>return super.toString()</selection>
}
}