Fixed broken testdata.
This commit is contained in:
@@ -4,7 +4,7 @@ trait Some {
|
||||
|
||||
class SomeOther : Some {
|
||||
|
||||
override fun foo(some : Int?) : Int {
|
||||
override fun foo(some: Int?): Int {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user