Using a function type in a supertype list removed from the test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package extendFunctionClass
|
||||
|
||||
class <!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>A<!> : (Int) -> Int {
|
||||
class <!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>A<!> : Function1<Int, Int>() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user