a2e050a3b9
Also do not call isHeader/isImpl because the returned declarations are guaranteed to be isHeader in findCompatibleHeaderForImpl and isImpl in findCompatibleImplForHeader
10 lines
211 B
Kotlin
Vendored
10 lines
211 B
Kotlin
Vendored
impl class <lineMarker>Header</lineMarker> {
|
|
impl fun <lineMarker>foo</lineMarker>() = 42
|
|
}
|
|
|
|
impl fun <lineMarker>foo</lineMarker>(arg: Int) = arg.toString()
|
|
|
|
impl val <lineMarker>flag</lineMarker> = true
|
|
|
|
|