This commit is contained in:
Nikolay Krasko
2014-10-07 13:25:43 +04:00
parent 1904955c82
commit dc97cdb51c
@@ -3,8 +3,7 @@ package test
import dependency.D
class C: D<Int>() {
override fun id(t: Int): Int {
return super<D>.id(t)
<selection><caret>return super<D>.id(t)</selection>
}
}