9 lines
141 B
Kotlin
Vendored
9 lines
141 B
Kotlin
Vendored
package testing
|
|
|
|
class Some : NewName() {
|
|
val test = NewName()
|
|
|
|
fun testFun(param : NewName) : NewName {
|
|
return test;
|
|
}
|
|
} |