separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
a !is B
|
||||
a !in B
|
||||
!isBoolean(a)
|
||||
!inRange(a)
|
||||
}
|
||||
Reference in New Issue
Block a user