63785b5f66
#KT-15269 Fixed
7 lines
93 B
Plaintext
Vendored
7 lines
93 B
Plaintext
Vendored
// "Fix with 'asDynamic'" "true"
|
|
|
|
class A
|
|
|
|
inline val A.boo: Int
|
|
get() = asDynamic().boo
|