[FE] Fix contextual functional types rendering
This commit is contained in:
committed by
TeamCityServer
parent
7fce2691e2
commit
369c86ebb0
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
public fun test(): kotlin.Unit
|
||||
public fun withAutoClose(/*0*/ block: @kotlin.ContextFunctionTypeParams(count = 1) () -> kotlin.Unit): kotlin.Unit
|
||||
public fun withAutoClose(/*0*/ block: context(AutoCloseScope) () -> kotlin.Unit): kotlin.Unit
|
||||
public fun File.open(): InputStream
|
||||
|
||||
public interface AutoCloseScope {
|
||||
|
||||
Reference in New Issue
Block a user