7dd906db44
Function/constructor declaration start offset is the start offset of the corresponding declaration token, if available.
5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
data class C(
|
|
val x: Int,
|
|
val y: String,
|
|
val z: Any
|
|
) |