Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
codegen
/
box
/
callableReference
/
arrayOfNulls.kt
blob: 9027b173f25ce7853bedf773ef63df06a5babf64 [
file
]
// WITH_STDLIB
// KT-59544
inline
fun h
(
b
:
(
Int
)
->
Array
<
String
?>)
=
b
(
1
).
size
fun box
():
String
=
(
'N'
+
h
(::
arrayOfNulls
))
+
"K"