Allowed function parameter without type declaration in the parser
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun foo(p: Any?, p1, Any?) {
|
||||
fun foo(p: Any?, p1: Any?) {
|
||||
if (x()) {
|
||||
y(p!!)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user