New J2K: fix existing test data

This commit is contained in:
Ilya Kirillov
2019-04-22 15:11:42 +03:00
parent 101ae75b8c
commit d2a3d00548
28 changed files with 119 additions and 154 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ open class A () {
}
class B : A() {
override fun foo(x: Int?): Int? {
override fun foo(x: Int?): Int {
return 1
}
}