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