9 lines
450 B
Kotlin
Vendored
9 lines
450 B
Kotlin
Vendored
interface <lineMarker descr="*"></lineMarker>SkipSupport {
|
|
fun <lineMarker descr="<html><body>Is implemented in <br> SkipSupportWithDefaults</body></html>"></lineMarker>skip()
|
|
}
|
|
|
|
public interface <lineMarker descr="*"></lineMarker>SkipSupportWithDefaults : SkipSupport {
|
|
override fun <lineMarker descr="Implements function in 'SkipSupport'"></lineMarker>skip() {}
|
|
}
|
|
|
|
open class SkipSupportImpl : SkipSupportWithDefaults |