7 lines
51 B
Kotlin
Vendored
7 lines
51 B
Kotlin
Vendored
package foo
|
|
|
|
class A() {
|
|
|
|
}
|
|
|
|
fun box() = (A() is A) |