// "Fix with 'asDynamic'" "true" // JS external class B @Suppress("NOTHING_TO_INLINE") inline fun B.boo(i: Int, v: B) { asDynamic()[i] = v }