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
@@ -1,2 +1,2 @@
open class Bar(val foo: Boolean)
open class Bar (val foo: Boolean)
class E : Bar(false)