Function returns interface
unknown
kotlin
4 years ago
165 B
6
Indexable
interface AInterface{}
fun interfaceReturningFunction(): Type {
return AInterface // ! - not AClass() or AInterface(), but only class name, without parenthesis.
}Editor is loading...