Introduce 'coroutine'/'suspend' modifiers
This commit is contained in:
+4
@@ -16,6 +16,8 @@ public
|
||||
internal
|
||||
in
|
||||
out
|
||||
suspend
|
||||
coroutine
|
||||
class Bar<abstract, abstract enum : T, out open,
|
||||
public protected private internal abstract
|
||||
open
|
||||
@@ -60,6 +62,8 @@ out
|
||||
val setparam
|
||||
val lateinit
|
||||
val const
|
||||
val suspend
|
||||
val coroutine
|
||||
get() = a
|
||||
set(S : s) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user