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>tiveInvoke
|
||||
fun bar(a: B)
|
||||
}
|
||||
Reference in New Issue
Block a user