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