Rename: Update test data (follow-up for unnecessary reformatting fix)

This commit is contained in:
Alexey Sedunov
2018-02-01 19:59:28 +03:00
parent d51da8bafd
commit 049439ce1d
4 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@ interface X {
}
class B : A(), X {
override fun foo(arg: Int) : Int {
override fun foo(arg : Int) : Int {
val x = arg + arg
return arg
}