[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 val a: kotlin.Int = 1
|
||||
public var b: kotlin.Int
|
||||
public val c: kotlin.Int
|
||||
context(A) public val a: kotlin.Int = 1
|
||||
context(B, A) public var b: kotlin.Int
|
||||
context(B, A) public val c: kotlin.Int
|
||||
|
||||
public interface A {
|
||||
public abstract fun a(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user