Files
kotlin/compiler/testData/writeFlags/function/constructors/withMangledArguments.kt
2019-10-18 17:20:22 +02:00

11 lines
228 B
Kotlin
Vendored

inline class A(val x: Int)
class B(val y: A)
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: A, <init>
// FLAGS: ACC_PRIVATE, ACC_SYNTHETIC
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: B, <init>
// FLAGS: ACC_PRIVATE