mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
9 lines
295 B
Kotlin
Vendored
9 lines
295 B
Kotlin
Vendored
// !LANGUAGE: +InlineClasses
|
|
|
|
inline class Foo(val x: Int)
|
|
|
|
<!WRONG_MODIFIER_TARGET!>inline<!> interface InlineInterface
|
|
<!WRONG_MODIFIER_TARGET!>inline<!> annotation class InlineAnn
|
|
<!WRONG_MODIFIER_TARGET!>inline<!> object InlineObject
|
|
<!WRONG_MODIFIER_TARGET!>inline<!> enum class InlineEnum
|