Add Safe Delete tests for extension functions and properties
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
class B {
|
||||
void bar(A a) {
|
||||
TestPackage.foo(a, 1, "1", "!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user