5 lines
78 B
Kotlin
5 lines
78 B
Kotlin
package some
|
|
|
|
open class Hello {
|
|
open fun <caret>hello() = "DoSomething"
|
|
} |