summaryrefslogtreecommitdiff
path: root/core/commonTest/src/kotlinx/serialization/UmbrellaTypes.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/commonTest/src/kotlinx/serialization/UmbrellaTypes.kt')
-rw-r--r--core/commonTest/src/kotlinx/serialization/UmbrellaTypes.kt3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/commonTest/src/kotlinx/serialization/UmbrellaTypes.kt b/core/commonTest/src/kotlinx/serialization/UmbrellaTypes.kt
index 61e42f61..ce9de637 100644
--- a/core/commonTest/src/kotlinx/serialization/UmbrellaTypes.kt
+++ b/core/commonTest/src/kotlinx/serialization/UmbrellaTypes.kt
@@ -67,7 +67,6 @@ data class ArraysUmbrella(
arrIntData.contentEquals(other.arrIntData)
}
-@SharedImmutable
val umbrellaInstance = TypesUmbrella(
Unit, true, 10, 20, 30, 40, 50.1f, 60.1, 'A', "Str0", Attitude.POSITIVE, IntData(70),
null, null, 11, 21, 31, 41, 51.1f, 61.1, 'B', "Str1", Attitude.NEUTRAL, null,
@@ -87,4 +86,4 @@ val umbrellaInstance = TypesUmbrella(
arrayOf(null, -1, -2),
arrayOf(IntData(1), IntData(2))
)
-)
+) \ No newline at end of file