mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
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
|
|
) |