Migration for JS extension functions and properties marked with @native/external
#KT-15269 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Fix with 'asDynamic'" "true"
|
||||
|
||||
class TS
|
||||
|
||||
@n<caret>ative
|
||||
fun TS.normalizePath(path: String): String {
|
||||
noImpl
|
||||
}
|
||||
Reference in New Issue
Block a user