Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
cast
/
SmartCast.box.txt
blob: 82e907366a213773a43116e12f3673e7b9f71b0f [
file
]
---
assert(greeting is String && greeting.length == 2)
| | | | |
| | | | false
| | | 5
| | hello
| true
hello
---