JS: report inline suspend functions to IC
* Also inline suspend lambda'a * Also use correct JsName's in exported suspend inline fun's * Also use less unused imports
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package inline
|
||||
|
||||
inline suspend fun f(body: () -> Unit) {
|
||||
println("i'm inline suspend function")
|
||||
body()
|
||||
}
|
||||
Reference in New Issue
Block a user