FIR Java: support Kotlin extension overriding: at last, #KT-29937 Fixed
This commit is contained in:
@@ -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|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user