mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
Function/constructor declaration start offset is the start offset of the corresponding declaration token, if available.
23 lines
149 B
Kotlin
Vendored
23 lines
149 B
Kotlin
Vendored
class Test1
|
|
|
|
|
|
internal
|
|
class Test2
|
|
|
|
|
|
/**
|
|
* comment
|
|
*/
|
|
class Test3
|
|
|
|
|
|
@Suppress("UNUSED_VAR")
|
|
class Test4
|
|
|
|
|
|
enum
|
|
class Test5
|
|
|
|
|
|
annotation
|
|
class Test6 |