Add Safe Delete tests for extension functions and properties
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
class A {
|
||||
|
||||
}
|
||||
|
||||
fun A.foo(b: String, c: Any) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user