Test data fixed
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user