package test.kotlin fun foo(a: Any?, b: Any): Any? = a fun foo(a: Any): Any = a // ALLOW_AST_ACCESS