Control-Flow: Add tests for pseudo-values of labeled expressions

This commit is contained in:
Alexey Sedunov
2015-04-20 14:32:18 +03:00
parent 417611e2be
commit 5b1906fb13
5 changed files with 57 additions and 0 deletions
@@ -0,0 +1,4 @@
fun foo(): Int {
val t = @x (1 + 2)
return t
}