c34b417d0c
#KT-34744
10 lines
201 B
Kotlin
Vendored
10 lines
201 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
|
|
)
|