[PowerAssert] Reproduce KT-66208
This commit is contained in:
committed by
Space Team
parent
540df2944b
commit
7d22825176
+34
-1
@@ -2,4 +2,37 @@ Assertion failed
|
||||
assert("Hello" !in listOf("Hello", "World"))
|
||||
| |
|
||||
| [Hello, World]
|
||||
false
|
||||
false
|
||||
|
||||
Assertion failed
|
||||
assert(" !in " !in listOf(" !in "))
|
||||
| |
|
||||
| [ !in ]
|
||||
false
|
||||
|
||||
Assertion failed
|
||||
assert(
|
||||
" !in "
|
||||
|
|
||||
false
|
||||
|
||||
!in
|
||||
|
||||
listOf(" !in ")
|
||||
|
|
||||
[ !in ]
|
||||
)
|
||||
|
||||
Assertion failed
|
||||
assert("Hello"/*!in*/!in/*!in*/listOf("Hello", "World"))
|
||||
| |
|
||||
| [Hello, World]
|
||||
false
|
||||
|
||||
Assertion failed
|
||||
assert(("Hello" !in listOf("Hello", "World")) !in listOf(false))
|
||||
| | |
|
||||
| | [false]
|
||||
| [Hello, World]
|
||||
false
|
||||
false
|
||||
Reference in New Issue
Block a user