Using a function type in a supertype list removed from the test

This commit is contained in:
Andrey Breslav
2012-06-26 21:39:50 +02:00
parent eb4bcc35c0
commit ceafb5ddaf
@@ -1,6 +1,6 @@
package extendFunctionClass
class <!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>A<!> : (Int) -> Int {
class <!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>A<!> : Function1<Int, Int>() {
}