Kotlin implement members initial (not much works)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import foo.Intf
|
||||
|
||||
class Impl(): Intf {
|
||||
|
||||
override fun getFooBar(): String? {
|
||||
return null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user