12 lines
135 B
Kotlin
Vendored
12 lines
135 B
Kotlin
Vendored
// !CHECK_HIGHLIGHTING
|
|
|
|
impl class Header {
|
|
impl fun foo() = 42
|
|
}
|
|
|
|
impl fun foo(arg: Int) = arg.toString()
|
|
|
|
impl val flag = true
|
|
|
|
|