e6f4d6e6fa
^KT-65406
10 lines
118 B
Kotlin
Vendored
10 lines
118 B
Kotlin
Vendored
val test: String
|
|
field = "abc".<get-id><String>()
|
|
get
|
|
|
|
val <T : Any?> T.id: T
|
|
get(): T {
|
|
return <this>
|
|
}
|
|
|