Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PublishedApiAnnotationOnInlineClassCosntructor.runtime.txt
T
Ilmir Usmanov ca3e7cf1a7 Value classes: Report lacking @JvmInline only on JVM backend
Report when @JvmInline is applied on non-value class.
2020-11-27 23:52:07 +01:00

8 lines
192 B
Plaintext
Vendored

package test
public final value class Z {
/*primary*/ internal constructor Z(/*0*/ kotlin.Int)
public final val value: kotlin.Int
public final fun <get-value>(): kotlin.Int
}