Rename folders with tests.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package kotlin.testing
|
||||
|
||||
import testing.NewName
|
||||
|
||||
class Some : NewName() {
|
||||
val test = NewName()
|
||||
|
||||
fun testFun(param : NewName) : NewName {
|
||||
return test;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user