Fixed KT-15270 Quickfix to migrate from @native***
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Fix with 'asDynamic'" "true"
|
||||
// JS
|
||||
class A
|
||||
|
||||
@native
|
||||
class B<T: A> {
|
||||
@nat<caret>iveInvoke
|
||||
fun<T2> exp(t: T, t2: T2)
|
||||
}
|
||||
Reference in New Issue
Block a user