Files
kotlin-fork/idea/testData/multiModuleLineMarker/fromCommonToJvmImpl/jvm/jvm.kt
T
Alexander Udalov a2e050a3b9 Use correct function to find header for impl in IDE
Also do not call isHeader/isImpl because the returned declarations are
guaranteed to be isHeader in findCompatibleHeaderForImpl and isImpl in
findCompatibleImplForHeader
2017-04-20 22:13:32 +03:00

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