[K/N][IR] Fixed wrong type in IR around ImmutableBlob

This commit is contained in:
Igor Chevdar
2024-02-02 15:42:44 +02:00
committed by Space Team
parent faf5a7fecc
commit 17d79dafb1
3 changed files with 9 additions and 4 deletions
@@ -264,3 +264,7 @@ internal fun KonanObjectToUtf8Array(value: Any?): ByteArray {
}
return string.encodeToByteArray()
}
@PublishedApi
@TypedIntrinsic(IntrinsicType.IMMUTABLE_BLOB)
internal external fun immutableBlobOfImpl(data: String): ImmutableBlob