[JVM IR] Copy inline class constructor annotations

This commit is contained in:
Kristoffer Andersen
2020-07-10 15:43:49 +02:00
committed by Dmitry Petrov
parent 678b76cab1
commit 8d79a6ae03
2 changed files with 1 additions and 1 deletions
@@ -1,5 +1,4 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR
@Suppress("NON_PUBLIC_PRIMARY_CONSTRUCTOR_OF_INLINE_CLASS")
inline class Z @PublishedApi internal constructor(val value: Int)