Check function arguments of nested unsuccessful calls.

This commit is contained in:
svtk
2013-11-21 19:10:23 +04:00
parent 1a34dffb1f
commit 058726a0f1
3 changed files with 14 additions and 0 deletions
@@ -0,0 +1,8 @@
package c
fun demo() {
val bar = 51
fun map(f : <!SYNTAX!><!SYNTAX!><!>fun<!>
val foo = 3;
bar <!NONE_APPLICABLE!>+<!> map { foo }
}