diff --git a/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PublishedApiAnnotationOnInlineClassCosntructor.runtime.txt b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PublishedApiAnnotationOnInlineClassCosntructor.runtime.txt new file mode 100644 index 00000000000..f0b85fba570 --- /dev/null +++ b/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PublishedApiAnnotationOnInlineClassCosntructor.runtime.txt @@ -0,0 +1,7 @@ +package test + +public final inline class Z { + /*primary*/ internal constructor Z(/*0*/ kotlin.Int) + public final val value: kotlin.Int + public final fun (): kotlin.Int +}