Test data fixed

This commit is contained in:
Andrey Breslav
2012-06-26 23:25:52 +02:00
parent 0c910dba8b
commit 8611814bf4
@@ -4,6 +4,6 @@ class <!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>A<!> : Function1<Int, Int>() {
}
class B : Function1<Int, Int> {
class B : Function1<Int, Int>() {
override fun invoke(p1 : Int) = p1
}