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