Revert 4ca90e9c68
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
fun foo(a: Any?) {
|
||||
a ?: ""
|
||||
}
|
||||
|
||||
fun foo1(a: Any?) {
|
||||
a ?: sideEffect()
|
||||
}
|
||||
|
||||
fun sideEffect() {}
|
||||
Reference in New Issue
Block a user