Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b7de3709e46eb073303a1e8aac4c22656e4f2863
/
.
/
compiler
/
testData
/
psi
/
NotIsAndNotIn.kt
blob: 64e55c90b3feeec611a726cb53e3196bf219c00f [
file
]
fun test
()
{
a
!
is
B
a
!
in
B
!
isBoolean
(
a
)
!
inRange
(
a
)
}