@JvmName
(
"expect"
)
fun
<
T
>
expectNoInline
(
expected
:
T
,
block
:
(
)
->
T
)
:
Unit
(source)
Deprecated:
Provided for binary compatibility
@JvmName
(
"expect"
)
fun
<
T
>
expectNoInline
(
expected
:
T
,
message
:
String
?
,
block
:
(
)
->
T
)
:
Unit
(source)
Deprecated:
Provided for binary compatibility