[FE] Render context receivers for functions, properties, and classes
This commit is contained in:
committed by
TeamCityServer
parent
2954c5cc9c
commit
9e2271399e
+2
-2
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
public val </*0*/ T> Pair<T, T>.max: T
|
||||
context(kotlin.Comparator<T> /* = java.util.Comparator<T> */) public val </*0*/ T> Pair<T, T>.max: T
|
||||
public fun test(): kotlin.Unit
|
||||
public infix operator fun </*0*/ T> T.compareTo(/*0*/ other: T): kotlin.Int
|
||||
context(kotlin.Comparator<T> /* = java.util.Comparator<T> */) public infix operator fun </*0*/ T> T.compareTo(/*0*/ other: T): kotlin.Int
|
||||
|
||||
public final data class Pair</*0*/ A, /*1*/ B> {
|
||||
public constructor Pair</*0*/ A, /*1*/ B>(/*0*/ first: A, /*1*/ second: B)
|
||||
|
||||
Reference in New Issue
Block a user