Implemented @native-* annotation migration quickfix for extension functions
As the first part of KT-15270 Quickfix to migrate from @native***
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Fix with 'asDynamic'" "true"
|
||||
// JS
|
||||
|
||||
external class B
|
||||
|
||||
@<caret>nativeSetter
|
||||
fun B.boo(i: Int, v: B)
|
||||
Reference in New Issue
Block a user