Add Safe Delete tests for extension functions and properties

This commit is contained in:
Alexey Sedunov
2014-01-23 14:56:28 +04:00
parent 572e09e9ea
commit 83c9c49125
31 changed files with 273 additions and 0 deletions
@@ -0,0 +1,9 @@
package test
class A {
}
fun A.foo(a: Int, c: Any) {
}