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,8 @@
// "Fix with 'asDynamic'" "true"
class TS
@n<caret>ative
fun TS.normalizePath(path: String): String {
noImpl
}