mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 08:31:28 +00:00
4 lines
155 B
Kotlin
Vendored
4 lines
155 B
Kotlin
Vendored
// !LANGUAGE: +InlineClasses
|
|
|
|
@Suppress("NON_PUBLIC_PRIMARY_CONSTRUCTOR_OF_INLINE_CLASS")
|
|
inline class Z @PublishedApi internal constructor(val value: Int) |