cf3091adb5
The dangerous method removed
8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
class C(val f : Int)
|
|
|
|
fun test(e : Any) {
|
|
if (e is C) {
|
|
#(e.f)
|
|
}
|
|
}
|