Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
psi
/
AssertNotNull.kt
blob: 1a16b34f3a05e676467b0894bc6b1580dc3bd7ea [
file
]
fun main
(
args
:
Array
<
String
>)
{
!
true
;
!!
true
;
!!!
true
;
!!!!
true
;
true
!!!
true
!!!!
true
!!
and
(
false
)
true
!!.
and
(
false
)
}