kotlinx-metadata: Fix parsing of inlineClassUnderlyingType

This commit is contained in:
Steven Schäfer
2021-10-13 15:00:00 +02:00
committed by Alexander Udalov
parent 77dde26c7c
commit 4b4ee78e5d
4 changed files with 66 additions and 3 deletions
+6
View File
@@ -1,2 +1,8 @@
@JvmInline
value class A(private val i: Int?)
@JvmInline
value class B(private val f: suspend () -> Unit)
@JvmInline
value class Z(val s: String)