7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
import foo.Intf
|
|
|
|
class Impl(): Intf {
|
|
|
|
override fun getFooBar(): String? = null
|
|
}
|