Rename: Update test data (follow-up for unnecessary reformatting fix)
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user