mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
8 lines
260 B
Kotlin
Vendored
8 lines
260 B
Kotlin
Vendored
// !LANGUAGE: -InlineClasses
|
|
|
|
<!UNSUPPORTED_FEATURE!>inline<!> class Foo(val x: Int)
|
|
|
|
<!WRONG_MODIFIER_TARGET!>inline<!> annotation class InlineAnn
|
|
<!WRONG_MODIFIER_TARGET!>inline<!> object InlineObject
|
|
<!WRONG_MODIFIER_TARGET!>inline<!> enum class InlineEnum
|