Rename: auto cast -> smart cast
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun test(a: Any?) {
|
||||
if (a is String) {
|
||||
a == ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user