[FE] Render context receivers for functions, properties, and classes
This commit is contained in:
committed by
TeamCityServer
parent
2954c5cc9c
commit
9e2271399e
+2
-2
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
public val C.p: kotlin.Int
|
||||
public fun f(): kotlin.Unit
|
||||
context(B, A<kotlin.String>, A<kotlin.Int>) public val C.p: kotlin.Int
|
||||
context(A<kotlin.Int>, A<kotlin.String>, B) public fun f(): kotlin.Unit
|
||||
|
||||
public final class A</*0*/ T> {
|
||||
public constructor A</*0*/ T>(/*0*/ a: T)
|
||||
|
||||
Reference in New Issue
Block a user