arekolek
08/31/2017, 9:55 AMrun
work with references that accept an argument, even though it’s defined as T.run(block: T.() -> R): R = block()
?ilya.gorbunov
08/31/2017, 4:15 PM(T) -> R
and T.() -> R
are assignment compatible.arekolek
08/31/2017, 4:22 PMilya.gorbunov
08/31/2017, 4:42 PM