6 lines
168 B
Kotlin
Vendored
6 lines
168 B
Kotlin
Vendored
// !LANGUAGE: +InlineClasses, -JvmInlineValueClasses, +ContextReceivers
|
|
|
|
class A
|
|
|
|
<!INLINE_CLASS_CANNOT_HAVE_CONTEXT_RECEIVERS!>context(A)<!>
|
|
inline class B(val x: Int) |