Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
NotIsAndNotIn.kt
blob: 7cc075eb7d8908e6d135a19c0b58599412662ff8 [
file
]
// COMPILATION_ERRORS
fun test
()
{
a
!
is
B
a
!
in
B
!
isBoolean
(
a
)
!
inRange
(
a
)
}