[FE] Render context receivers for functions, properties, and classes
This commit is contained in:
committed by
TeamCityServer
parent
2954c5cc9c
commit
9e2271399e
Vendored
+1
-1
@@ -2,7 +2,7 @@ package
|
||||
|
||||
public fun test(): kotlin.Unit
|
||||
public fun withAutoClose(/*0*/ block: context(AutoCloseScope) () -> kotlin.Unit): kotlin.Unit
|
||||
public fun File.open(): InputStream
|
||||
context(AutoCloseScope) public fun File.open(): InputStream
|
||||
|
||||
public interface AutoCloseScope {
|
||||
public abstract fun close(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user