Rename folders with tests.

This commit is contained in:
Nikolay Krasko
2012-02-20 19:31:00 +04:00
parent 8597188bcc
commit 80a40ae175
8 changed files with 0 additions and 0 deletions
@@ -0,0 +1,11 @@
package kotlin.testing
import testing.NewName
class Some : NewName() {
val test = NewName()
fun testFun(param : NewName) : NewName {
return test;
}
}