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