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:
+5
@@ -0,0 +1,5 @@
|
||||
package inline
|
||||
|
||||
suspend fun useF() {
|
||||
f { println("useF") }
|
||||
}
|
||||
Reference in New Issue
Block a user