Approximating flexible types in descriptor renderer

This commit is contained in:
Andrey Breslav
2014-09-18 19:12:10 +04:00
parent 40932f84c8
commit fe2fb60daf
34 changed files with 149 additions and 77 deletions
@@ -1,7 +1,7 @@
package foo
class Impl : Bar() {
override fun f(): Any {
override fun f(): Any? {
<selection><caret>return super<Bar>.f()</selection>
}
}