Prohibit ''Nothing'' substitution of reified TP

This commit is contained in:
Denis Zharkov
2014-10-23 10:54:34 +04:00
committed by Andrey Breslav
parent b3691b7358
commit 28dc84344c
8 changed files with 353 additions and 9 deletions
@@ -0,0 +1,4 @@
package
internal fun box(): kotlin.Unit
kotlin.inline() internal fun </*0*/ reified T> foo(/*0*/ block: () -> T): kotlin.String