Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
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
]