2deb0cc237
This property are used to allow access to the property created from the primary constructor parameter
5 lines
79 B
Plaintext
Vendored
5 lines
79 B
Plaintext
Vendored
class A {
|
|
constructor(a: kotlin.Int, b: kotlin.String)
|
|
|
|
val a: kotlin.Int
|
|
} |