Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
06ab8cc69e303e70578de24dd9a1cf4ebafff93a
/
.
/
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"