From be66591a4f0f06d17f26c51ba5a6cc6d4ba8cece Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 31 Oct 2018 17:25:12 +0100 Subject: [PATCH] Minor, fix test data for PublishedApi on inline class constructor PublishedApi is not available at runtime because it has BINARY retention. Probably this test should check some other RUNTIME-retained annotation --- ...lishedApiAnnotationOnInlineClassCosntructor.runtime.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PublishedApiAnnotationOnInlineClassCosntructor.runtime.txt 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 +}