Extension function type is not allowed as supertype

This commit is contained in:
Michael Nedzelsky
2015-10-15 20:46:15 +03:00
parent d3e2dd5942
commit 8e9f1ac31a
10 changed files with 370 additions and 37 deletions
@@ -43,5 +43,4 @@ class InheritingClasses {
}
abstract class InheritFunctionType : ((Int, String) -> Int)
abstract class InheritExtensionFunctionType : (E.(Int, String) -> Int)
}