Extension function type is not allowed as supertype
This commit is contained in:
@@ -43,5 +43,4 @@ class InheritingClasses {
|
||||
}
|
||||
|
||||
abstract class InheritFunctionType : ((Int, String) -> Int)
|
||||
abstract class InheritExtensionFunctionType : (E.(Int, String) -> Int)
|
||||
}
|
||||
Reference in New Issue
Block a user