13 lines
376 B
Kotlin
Vendored
13 lines
376 B
Kotlin
Vendored
class MyClass {
|
|
private /* final field */ val contextReceiverField0: Unit
|
|
private /* final field */ val contextReceiverField1: Int
|
|
constructor($context_receiver_0: Unit, $context_receiver_1: Int) /* primary */ {
|
|
super/*Any*/()
|
|
<this>.#contextReceiverField0 = $context_receiver_0
|
|
<this>.#contextReceiverField1 = $context_receiver_1
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
}
|