mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
FIR: make rendering of type parameters similar to original Kotlin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<A, B> public abstract interface GenericInterfaceParametersWithBounds : R|java/lang/Object| {
|
||||
public abstract interface GenericInterfaceParametersWithBounds<A, B> : R|java/lang/Object| {
|
||||
public abstract operator fun method(a: R|kotlin/Array<ft<A, A?>>|, b: R|ft<B, B?>|!): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user