add test files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package foo
|
||||
|
||||
class A() {
|
||||
|
||||
}
|
||||
|
||||
fun box() = (A() is A)
|
||||
@@ -0,0 +1,11 @@
|
||||
package foo
|
||||
|
||||
open class A() {
|
||||
|
||||
}
|
||||
|
||||
class B() : A() {
|
||||
|
||||
}
|
||||
|
||||
fun box() = (A() !is B)
|
||||
Reference in New Issue
Block a user