[FE] Add language feature for context receivers
This commit is contained in:
committed by
TeamCityServer
parent
369c86ebb0
commit
910660a083
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
// !LANGUAGE: +ContextReceivers
|
||||
|
||||
typealias IterableClass<C, T> = (C) -> Iterator<T>
|
||||
|
||||
context(IterableClass<C, T>)
|
||||
|
||||
Reference in New Issue
Block a user