9 lines
109 B
Kotlin
9 lines
109 B
Kotlin
package second
|
|
|
|
class TestSecond {
|
|
fun testMethod() {
|
|
|
|
}
|
|
}
|
|
|
|
fun testFun() : TestSecond = TestSecond() |