test(KT-31614): fixate behavior of serialization/deserialization of UTF characters.

This commit is contained in:
Artem Kobzar
2022-04-21 09:22:24 +00:00
committed by Space
parent e974d16e7a
commit 7327bc864e
12 changed files with 82 additions and 0 deletions
@@ -0,0 +1 @@
fun bar() = "\uD800"
@@ -0,0 +1 @@
fun bar() = "\uDFFF"
@@ -0,0 +1,11 @@
STEP 0:
dependencies: stdlib
dirty: l3.kt
STEP 1:
dependencies: stdlib
flags: FP
STEP 2:
dependencies: stdlib
modifications:
U : l3.kt.2.txt -> l3.kt
dirty: l3.kt