[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 fun supertypeContextual(): kotlin.Unit
|
||||
public fun test(): kotlin.Unit
|
||||
context(Common) public fun supertypeContextual(): kotlin.Unit
|
||||
context(C1, C2) public fun test(): kotlin.Unit
|
||||
public fun Common.supertypeExtension(): kotlin.Unit
|
||||
public fun </*0*/ T : Common> T.supertypeExtensionGeneric(): kotlin.Unit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user