Add more "Safe Delete" tests for value parameters
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
class A(val <caret>name: String)
|
||||
|
||||
fun bar() {
|
||||
println(A(""))
|
||||
}
|
||||
Reference in New Issue
Block a user