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