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