Test that lazy resolve is able to do propagation in Kotlin-Java-Kotlin hierarchy
Patch by Evgeny Gerashchenko
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
class Impl : Bar() {
|
||||
|
||||
override fun f(): Any {
|
||||
return super<Bar>.f()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user