blob: 64e55c90b3feeec611a726cb53e3196bf219c00f [file]
fun test() {
a !is B
a !in B
!isBoolean(a)
!inRange(a)
}