Go to Implementation: Support suspend functions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
class C : I {
|
||||
override suspend fun foo(s: String) { }
|
||||
}
|
||||
Reference in New Issue
Block a user