Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
AsArray.kt
blob: 3e0d936261ee6f9a3d43e8f63ca1fe488c9502f4 [
file
]
// FIR_IDENTICAL
fun f
(
x
:
Any
)
=
x
<!
UNCHECKED_CAST
!>
as
Array
<
String
><!>