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