4d28199cc2
#KT-4710 In Progress
6 lines
49 B
Plaintext
6 lines
49 B
Plaintext
fun foo(x: Any?) {
|
|
if (x != null) {
|
|
|
|
}
|
|
}
|