kotlinx-metadata: Fix parsing of inlineClassUnderlyingType
This commit is contained in:
committed by
Alexander Udalov
parent
77dde26c7c
commit
4b4ee78e5d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user