Files
kotlin-fork/compiler/testData/psi/NotIsAndNotIn.kt
T
2013-09-17 18:10:00 +04:00

6 lines
64 B
Kotlin
Vendored

fun test() {
a !is B
a !in B
!isBoolean(a)
!inRange(a)
}