commit | 7a96a94663939949dc53639dcf740c4808e0d801 | [log] [tgz] |
---|---|---|
author | Svyatoslav Kuzmich <svyatoslav.kuzmich@jetbrains.com> | Sun Jan 22 12:24:23 2023 +0100 |
committer | Svyatoslav Kuzmich <svyatoslav.kuzmich@jetbrains.com> | Sun Jan 22 12:24:23 2023 +0100 |
tree | c3e0966bcd75e16e2f96abf61d76eef85eaf488e | |
parent | a4cd58307080a5ebc49206ae9e5e275e0252f60f [diff] |
!fixup [Wasm] stdlib API: Mark primitives constructor properties as private
diff --git a/compiler/testData/codegen/boxInline/property/simpleExtension.kt b/compiler/testData/codegen/boxInline/property/simpleExtension.kt index bcd9435..6dc5bde 100644 --- a/compiler/testData/codegen/boxInline/property/simpleExtension.kt +++ b/compiler/testData/codegen/boxInline/property/simpleExtension.kt
@@ -1,4 +1,3 @@ -// IGNORE_BACKEND: WASM // FILE: 1.kt package test