Files
kotlin/idea/testData/multiModuleLineMarker/suspendImplInPlatformModules/common/common.kt
2017-08-15 19:08:25 +03:00

3 lines
212 B
Kotlin
Vendored

interface <lineMarker>I</lineMarker> {
suspend fun <lineMarker descr="<html><body>Is implemented in <br>&nbsp;&nbsp;&nbsp;&nbsp;KJs<br>&nbsp;&nbsp;&nbsp;&nbsp;KJvm</body></html>">foo</lineMarker>(s: String)
}