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