Retain data flow info after string template expressions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(x: Number, y: String?): String {
|
||||
val result = "abcde $x ${x as Int} ${y!!} $x $y"
|
||||
x : Int
|
||||
y : String
|
||||
return result
|
||||
}
|
||||
Reference in New Issue
Block a user