Merge remote-tracking branch 'origin/master'
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
fun foo(arg: Any): Int {
|
||||
// 1
|
||||
return arg as? Int
|
||||
// 2
|
||||
?: 10
|
||||
// 2
|
||||
?: 10
|
||||
}
|
||||
Reference in New Issue
Block a user