Migration for JS extension functions and properties marked with @native/external

#KT-15269 Fixed
This commit is contained in:
Dmitry Jemerov
2016-12-15 20:32:14 +01:00
parent ace4407032
commit 63785b5f66
18 changed files with 270 additions and 1 deletions
@@ -0,0 +1,6 @@
// "Fix with 'asDynamic'" "true"
class A
@Suppress("NOTHING_TO_INLINE")
inline fun A.foo(a: Int, b: String): Int = asDynamic().foo(a, b)