4 lines
63 B
Kotlin
Vendored
4 lines
63 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
val <T> T.id get() = this
|
|
|
|
val test = "abc".id |