[FE] Render context receivers for functions, properties, and classes
This commit is contained in:
committed by
TeamCityServer
parent
2954c5cc9c
commit
9e2271399e
+3
-3
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
public fun B.f(): kotlin.Unit
|
||||
public fun B.g(): kotlin.Unit
|
||||
public fun C.h(): kotlin.Unit
|
||||
context(A) public fun B.f(): kotlin.Unit
|
||||
context(A) public fun B.g(): kotlin.Unit
|
||||
context(A) public fun C.h(): kotlin.Unit
|
||||
public fun A.q(/*0*/ b: B): kotlin.Unit
|
||||
|
||||
public final class A {
|
||||
|
||||
Reference in New Issue
Block a user