Files
kotlin-fork/idea/testData/navigation/implementations/multiModule/suspendFunImpl/js/js.kt
T
2017-10-10 13:15:16 +03:00

5 lines
73 B
Kotlin
Vendored

package test
class C : I {
override suspend fun foo(s: String) { }
}