11 lines
142 B
Plaintext
Vendored
11 lines
142 B
Plaintext
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
external class B {
|
|
}
|
|
|
|
@Suppress("NOTHING_TO_INLINE")
|
|
inline fun<T> B.exp(t: T) {
|
|
asDynamic()(t)
|
|
}
|