diff --git a/js/js.translator/testData/kotlin_lib_ecma5.js b/js/js.translator/testData/kotlin_lib_ecma5.js index 1d94390f7f0..ec53d3de468 100644 --- a/js/js.translator/testData/kotlin_lib_ecma5.js +++ b/js/js.translator/testData/kotlin_lib_ecma5.js @@ -449,18 +449,18 @@ var propertyRefClassMetadataCache = { zeroArg: { mutable: { value: null, implementedInterface: function () { - return Kotlin.modules['stdlib'].kotlin.reflect.KMutableProperty0 } + return Kotlin.kotlin.reflect.KMutableProperty0 } }, immutable: { value: null, implementedInterface: function () { - return Kotlin.modules['stdlib'].kotlin.reflect.KProperty0 } + return Kotlin.kotlin.reflect.KProperty0 } } }, oneArg: { mutable: { value: null, implementedInterface: function () { - return Kotlin.modules['stdlib'].kotlin.reflect.KMutableProperty1 } + return Kotlin.kotlin.reflect.KMutableProperty1 } }, immutable: { value: null, implementedInterface: function () { - return Kotlin.modules['stdlib'].kotlin.reflect.KProperty1 } + return Kotlin.kotlin.reflect.KProperty1 } } } };