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,4 +1,4 @@
fun foo(p: Any?, p1, Any?) {
fun foo(p: Any?, p1: Any?) {
if (x()) {
y(p!!)
}