Add underlying property name & type for inline class to kotlinx-metadata
#KT-45635 Fixed
This commit is contained in:
@@ -21,6 +21,10 @@ public final value class Z : kotlin/Any {
|
||||
public final val s: kotlin/String
|
||||
public final get
|
||||
|
||||
// underlying property: s
|
||||
|
||||
// underlying type: kotlin/String
|
||||
|
||||
// module name: test-module
|
||||
}
|
||||
// META-INF/test-module.kotlin_module
|
||||
|
||||
Reference in New Issue
Block a user