KT-1378 Code formatting: spaces around ':'
Changed test data to match actual behavior of the "override methods" feature.
This commit is contained in:
@@ -4,7 +4,7 @@ trait G<T> {
|
||||
|
||||
class GC() : G<Int> {
|
||||
|
||||
override fun foo(t: Int): Int {
|
||||
override fun foo(t : Int) : Int {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user