Fixed KT-15270 Quickfix to migrate from @native***
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Fix with 'asDynamic'" "true"
|
||||
// JS
|
||||
|
||||
@native
|
||||
class B {
|
||||
@na<caret>tive("xx")
|
||||
fun aaaa() // remove @native
|
||||
}
|
||||
Reference in New Issue
Block a user