6 lines
76 B
Kotlin
6 lines
76 B
Kotlin
class Test {
|
|
/**
|
|
* do something
|
|
*/
|
|
fun doSomething() = 0
|
|
} |