10 lines
186 B
Kotlin
Vendored
10 lines
186 B
Kotlin
Vendored
impl class <lineMarker>Header</lineMarker> {
|
|
impl fun foo() = 42
|
|
}
|
|
|
|
impl fun <lineMarker>foo</lineMarker>(arg: Int) = arg.toString()
|
|
|
|
impl val <lineMarker>flag</lineMarker> = true
|
|
|
|
|