Support fun interfaces in kotlinx-metadata
#KT-37421 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun interface F {
|
||||
fun String.f(x: Int)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
public fun interface F {
|
||||
public abstract fun kotlin.String.f(/*0*/ x: kotlin.Int): kotlin.Unit
|
||||
}
|
||||
Reference in New Issue
Block a user