Add more "Safe Delete" tests for value parameters
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
fun String.foo(n: Int) {
|
||||
println(n)
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
"".foo(10)
|
||||
}
|
||||
Reference in New Issue
Block a user