Migration for JS extension functions and properties marked with @native/external
#KT-15269 Fixed
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Fix with 'asDynamic'" "true"
|
||||
|
||||
class A
|
||||
|
||||
inline var A.baz: String
|
||||
get() = asDynamic().baz
|
||||
set(value) {
|
||||
asDynamic().baz = value
|
||||
}
|
||||
Reference in New Issue
Block a user