_1 and such work for Tuples

This commit is contained in:
Andrey Breslav
2012-01-10 12:21:37 +04:00
parent a0134fb0f2
commit 81a3dcf78b
27 changed files with 809 additions and 15 deletions
@@ -0,0 +1,4 @@
fun foo(a : #(Int, String)) {
a._1 : Int
a._2 : String
}