blob: 7cc075eb7d8908e6d135a19c0b58599412662ff8 [file]
// COMPILATION_ERRORS
fun test() {
a !is B
a !in B
!isBoolean(a)
!inRange(a)
}