5 lines
92 B
Kotlin
Vendored
5 lines
92 B
Kotlin
Vendored
class C {
|
|
fun String.test(): Int {
|
|
return this<expr>@C</expr>.hashCode()
|
|
}
|
|
} |