Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
d3d24195a53216cd2fe441577c4a522bdc276c5f
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
nullsafe
/
ConditionalAccess.kt
blob: ea8499111c15e212f54830b8cc56c3ba6c73e7a4 [
file
]
fun box
()
=
expectThrowableMessage
{
val text
:
String
?
=
"Hello"
assert
(
text
?.
length
?.
minus
(
2
)
==
1
)
}