[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,31 @@
Assertion failed
assert("Hello, world!" !is String)
|
false
false
Assertion failed
assert(" !is " !is String)
|
false
Assertion failed
assert(
" !is "
|
false
!is
String
)
Assertion failed
assert("Hello, world!"/*!is*/!is/*!is*/String)
|
false
Assertion failed
assert(("Hello, world!" !is String) !is Boolean)
|
false
false