Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PublishedApiAnnotationOnInlineClassCosntructor.kt
2018-09-14 16:11:09 +03:00

6 lines
174 B
Kotlin
Vendored

// !LANGUAGE: +InlineClasses
@file:Suppress("NON_PUBLIC_PRIMARY_CONSTRUCTOR_OF_INLINE_CLASS")
package test
inline class Z @PublishedApi internal constructor(val value: Int)