mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
10 lines
270 B
Kotlin
Vendored
10 lines
270 B
Kotlin
Vendored
// !LANGUAGE: +InlineClasses
|
|
|
|
external inline class <!WRONG_EXTERNAL_DECLARATION!>C(<!EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER!>val a: Int<!>)<!> {
|
|
fun foo()
|
|
}
|
|
|
|
<!WRONG_MODIFIER_TARGET!>inline<!> external enum class <!WRONG_EXTERNAL_DECLARATION!>E<!> {
|
|
A
|
|
}
|