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