Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
AssertNotNull.kt
blob: 1011e25b3c17cc09caf45a3face99c9fe514cc62 [
file
]
// COMPILATION_ERRORS
fun main
(
args
:
Array
<
String
>)
{
!
true
;
!!
true
;
!!!
true
;
!!!!
true
;
true
!!!
true
!!!!
true
!!
and
(
false
)
true
!!.
and
(
false
)
}