// !CHECK_HIGHLIGHTING impl fun foo() = 42 impl fun foo(arg: Int) = 7 * arg