Fixed broken testdata.

This commit is contained in:
Alexander.Podkhalyuzin
2012-05-23 15:57:56 +04:00
parent 59b533ccd3
commit b5b9f7ba98
56 changed files with 65 additions and 65 deletions
@@ -11,10 +11,10 @@ class SomeOther<S> : Some<S> {
override fun someFoo() {
throw UnsupportedOperationException()
}
override fun someGenericFoo() : S {
override fun someGenericFoo(): S {
throw UnsupportedOperationException()
}
override fun someOtherFoo() : Int {
override fun someOtherFoo(): Int {
throw UnsupportedOperationException()
}
}