7dd906db44
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 |