Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PublishedApiAnnotationOnInlineClassCosntructor.txt
T
2022-02-10 21:20:47 +00:00

8 lines
277 B
Plaintext
Vendored

package test
@kotlin.jvm.JvmInline /* annotation class not found */ public final value class Z {
/*primary*/ @kotlin.PublishedApi internal constructor Z(/*0*/ value: kotlin.Int)
public final val value: kotlin.Int
public final fun `<get-value>`(): kotlin.Int
}