5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
package test
|
|
|
|
class C : I {
|
|
override suspend fun foo(s: String) { }
|
|
} |