Files
kotlin-fork/compiler/testData/repl/functionOverloadResolution.repl
T
2014-08-13 15:13:19 +04:00

5 lines
51 B
Plaintext
Vendored

>>> fun foo() = 10
>>> fun foo() = 11
>>> foo()
11