Approximating flexible types in descriptor renderer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package foo
|
||||
|
||||
class Impl : Bar() {
|
||||
override fun f(): Any {
|
||||
override fun f(): Any? {
|
||||
<selection><caret>return super<Bar>.f()</selection>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user