f0833d626a
Types became more accurate
8 lines
125 B
Plaintext
Vendored
8 lines
125 B
Plaintext
Vendored
package foo
|
|
|
|
class Impl : Bar() {
|
|
override fun f(): Any {
|
|
<selection><caret>return super.f()</selection>
|
|
}
|
|
}
|