Fixed KT-15270 Quickfix to migrate from @native***
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// "Fix with 'asDynamic'" "true"
|
||||
// JS
|
||||
|
||||
external class B {
|
||||
}
|
||||
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
inline fun <T> B.exp(t: T) {
|
||||
asDynamic()(t)
|
||||
}
|
||||
Reference in New Issue
Block a user