Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
helpers
/
inference
/
inferenceUtils.kt
blob: 29c941d6fb73fc779b0135c713754e1eec56d661 [
file
]
fun
<
K
>
id
(
x
:
K
):
K
=
x
fun
<
K
>
materialize
():
K
=
null
!!
fun
<
K
>
select
(
vararg values
:
K
):
K
=
values
[
0
]