[Wasm] Support lazy associated object initialisation
Fix #KT-63939
This commit is contained in:
committed by
Space Team
parent
e7c1de1356
commit
552ee1ee38
@@ -21,7 +21,7 @@ fun main(args: Array<String>) {
|
||||
val k2BoxTestDir = "multiplatform/k2"
|
||||
|
||||
val jsTranslatorTestPattern = "^([^_](.+))\\.kt$"
|
||||
val jsTranslatorReflectionPattern = "^(findAssociatedObject(InSeparatedFile)?)\\.kt$"
|
||||
val jsTranslatorReflectionPattern = "^(findAssociatedObject(InSeparatedFile)?(Lazyness)?)\\.kt$"
|
||||
val jsTranslatorEsModulesExcludedDirs = listOf(
|
||||
// JsExport is not supported for classes
|
||||
"jsExport", "native", "export",
|
||||
|
||||
Reference in New Issue
Block a user