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