87e130e77a
The diagnostic NON_PUBLIC_PRIMARY_CONSTRUCTOR_OF_INLINE_CLASS is now obsolete because internal constructors of inline classes became allowed.
6 lines
138 B
Kotlin
Vendored
6 lines
138 B
Kotlin
Vendored
// !LANGUAGE: +InlineClasses
|
|
// NO_CHECK_SOURCE_VS_BINARY
|
|
package test
|
|
|
|
|
|
inline class Z @PublishedApi internal constructor(val value: Int) |