220141ab2b
(cherry picked from commit b620099)
5 lines
99 B
Kotlin
Vendored
5 lines
99 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class Generic<T : Any> {
|
|
val y = { arg: T <caret>-> arg.hashCode() }
|
|
} |