Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1e9b36bdfbe51579937a3499f225d0b232d8cd2b
/
.
/
native
/
native.tests
/
testData
/
lldb
/
canInspectArrayChildren.kt
blob: b29a5c73632d49cdfb2946ac42944f38cc25129f [
file
]
// KIND: STANDALONE_LLDB
// FIR_IDENTICAL
fun main
(
args
:
Array
<
String
>)
{
val xs
=
intArrayOf
(
3
,
5
,
8
)
return
}
data
class
Point
(
val x
:
Int
,
val y
:
Int
)