[FE] Fix contextual functional types rendering

This commit is contained in:
Anastasiya Shadrina
2021-09-12 23:49:50 +07:00
committed by TeamCityServer
parent 7fce2691e2
commit 369c86ebb0
4 changed files with 22 additions and 10 deletions
@@ -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 {