// !CHECK_HIGHLIGHTING impl class Header { impl fun foo() = 42 } impl fun foo(arg: Int) = arg.toString() impl val flag = true