11a3482970
#KT-38632 Fixed
9 lines
170 B
Kotlin
Vendored
9 lines
170 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
|
|
)
|