[PowerAssert] Reproduce KT-66208

This commit is contained in:
Sergej Jaskiewicz
2024-02-29 16:02:16 +01:00
committed by Space Team
parent 540df2944b
commit 7d22825176
14 changed files with 334 additions and 4 deletions
@@ -1,4 +1,35 @@
Assertion failed
assert(null is String)
|
false
false
Assertion failed
assert(!(" is " is String))
| |
| true
false
Assertion failed
assert(!(
|
false
" is "
|
true
is
String
))
Assertion failed
assert(null/*is*/is/*is*/String)
|
false
Assertion failed
assert(!((null is String) is Boolean))
| |
| true
| false
false