Files
2022-07-12 05:53:09 +00:00

8 lines
70 B
Plaintext
Vendored

package test
sealed interface Base {
fun doSmth() = "doSmth"
}