e2f75463d7
Don't reconfigure runtime before every test. For consistency, mark tests that require the runtime with directives instead of relying on test file names.
8 lines
99 B
Plaintext
Vendored
8 lines
99 B
Plaintext
Vendored
// "Fix with 'asDynamic'" "true"
|
|
// JS
|
|
|
|
class A
|
|
|
|
inline val A.boo: Int
|
|
get() = asDynamic().boo
|