KT-1378 Code formatting: spaces around ':'

Changed test data to match actual behavior of the "override methods" feature.
This commit is contained in:
olegkunov
2012-03-01 21:18:37 +04:00
parent 339cbdc0b5
commit 96d7203370
7 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ import foo.Intf
class Impl(): Intf {
override fun fooBar(i: Int, s: Array<String?>?, foo: Any?) {
override fun fooBar(i : Int, s : Array<String?>?, foo : Any?) {
throw UnsupportedOperationException()
}
}