10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
// File: foo/bar/test.kt
|
|
<spot>package foo.bar</spot>
|
|
|
|
import bar.foo.OtherClass
|
|
|
|
class MyClass: OtherClass {
|
|
fun myFun() {
|
|
|
|
}
|
|
} |