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