7 lines
229 B
Kotlin
Vendored
7 lines
229 B
Kotlin
Vendored
internal class C(private val p1: Int /* parameter p1 */ // field p1
|
|
,
|
|
/**
|
|
* Field myP2
|
|
*/
|
|
private val myP2: Int, /* Field p3 */ var p3: Int)
|