[K/N][IR] Fixed wrong type in IR around ImmutableBlob
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user