Predicate expression, a?b?.f()

This commit is contained in:
Andrey Breslav
2011-02-09 14:48:13 +03:00
parent 09b57d6ee1
commit ad61e57646
6 changed files with 60 additions and 2 deletions
@@ -0,0 +1,3 @@
fun foo() {
a?f.foo
}