K2: Fix test state for KT-51670 before the fix

This commit is contained in:
Denis.Zharkov
2023-06-21 17:30:50 +02:00
committed by Space Team
parent c5ded1ba48
commit 12dcfd25e6
7 changed files with 38 additions and 0 deletions
@@ -0,0 +1,4 @@
// WITH_STDLIB
// ISSUE: KT-51670
val s = String(byteArrayOf(1, 2, 3), 4, 5, <!CONSTANT_EXPECTED_TYPE_MISMATCH!>6<!>)