Join declaration & assignment is no more suggested in case of potential smart cast available #KT-15412 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: true
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
val x: String = System.getProperty("")
|
||||
}
|
||||
Reference in New Issue
Block a user