blob: 662509a1f65a20071d47d5d582a3173cb867b59c [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// SKIP_JAVAC
// FIR_IDENTICAL
// LANGUAGE: +InlineClasses
// ALLOW_KOTLIN_PACKAGE
// DIAGNOSTICS: -UNUSED_VARIABLE
package kotlin.jvm
annotation class JvmInline
@JvmInline
value class Foo(val x: Int) {
init {}
init {
val f = 1
}
}
/* GENERATED_FIR_TAGS: annotationDeclaration, classDeclaration, init, integerLiteral, localProperty, primaryConstructor,
propertyDeclaration, value */