FIR Java: support Kotlin extension overriding: at last, #KT-29937 Fixed

This commit is contained in:
Mikhail Glukhikh
2019-03-13 16:06:49 +03:00
parent d00d078b4f
commit e6bb920a1d
9 changed files with 93 additions and 26 deletions
@@ -0,0 +1,4 @@
public open class Inheritor : R|Second| {
public open operator function foo R|First|.(first: R|kotlin/String|, s: R|kotlin/Int|): R|kotlin/Unit|
}