blob: 733b976caee8e04c584907ec316ca4ca5a7360de [file] [log] [blame]
// FIR_IDENTICAL
package test
import dependency.D
class C: D<Int>() {
override fun id(t: Int): Int {
<selection><caret>return super.id(t)</selection>
}
}