63785b5f66
#KT-15269 Fixed
7 lines
139 B
Plaintext
Vendored
7 lines
139 B
Plaintext
Vendored
// "Fix with 'asDynamic'" "true"
|
|
|
|
class A
|
|
|
|
@Suppress("NOTHING_TO_INLINE")
|
|
inline fun A.foo(a: Int, b: String): Int = asDynamic().foo(a, b)
|