9 lines
170 B
Kotlin
Vendored
9 lines
170 B
Kotlin
Vendored
package one.two.three.four.five.six.seven.eight.nine.ten
|
|
|
|
|
|
fun somefun(): String = ""
|
|
fun Any.somefun(): String = ""
|
|
fun otherfun() = Unit
|
|
|
|
class MyClass
|
|
class OtherClass |