Migration for JS extension functions and properties marked with @native/external
#KT-15269 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// "Fix with 'asDynamic'" "true"
|
||||
|
||||
class TS
|
||||
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
inline fun TS.normalizePath(path: String): String = asDynamic().normalizePath(path)
|
||||
Reference in New Issue
Block a user