Check function arguments of nested unsuccessful calls.
This commit is contained in:
+8
@@ -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 }
|
||||
}
|
||||
Reference in New Issue
Block a user