9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
<spot>package foo.bar</spot>
|
|
|
|
import bar.foo.OtherClass
|
|
|
|
class MyClass: OtherClass {
|
|
fun myFun() {
|
|
|
|
}
|
|
} |