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