[FE] Render context receivers for functions, properties, and classes
This commit is contained in:
committed by
TeamCityServer
parent
2954c5cc9c
commit
9e2271399e
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
||||
package
|
||||
|
||||
public val p: kotlin.String
|
||||
public fun kotlin.Int.f(): kotlin.Unit
|
||||
context(kotlin.String) public val p: kotlin.String
|
||||
context(kotlin.String) public fun kotlin.Int.f(): kotlin.Unit
|
||||
public fun kotlin.collections.List<kotlin.Int>.f(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user