Retain javascript name from @native annotation
As the first part of KT-15257 JS: quickfix to migrate from @native to external
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Fix with 'asDynamic'" "true"
|
||||
// JS
|
||||
|
||||
class A
|
||||
|
||||
<caret>@native("aaaa") fun A.foo(): Int
|
||||
Reference in New Issue
Block a user