Allowed function parameter without type declaration in the parser

This commit is contained in:
Stanislav Erokhin
2015-03-04 20:02:57 +03:00
parent d9882a6d0b
commit 639003b8a8
12 changed files with 590 additions and 24 deletions
@@ -1,6 +1,6 @@
Resolve target: null
----------------------------------------------
fun foo(p: Any?, p1, Any?) {
fun foo(p: Any?, p1: Any?) {
/* STATEMENT DELETED: if (x()) { y(p!!) } else { z(p1!!) } */
<caret>xxx