blob: 8281e3d0ef3d3a7a76572ada2f06ed401f5cfdb3 [file] [log] [blame]
>>> fun foo(s: String) = "string"
>>> fun foo(a: Any) = "any"
>>> foo("a")
any