Fixed broken testdata.
This commit is contained in:
@@ -5,7 +5,7 @@ trait T {
|
||||
|
||||
class C : T {
|
||||
|
||||
override fun Foo() : (String) -> Unit {
|
||||
override fun Foo(): (String) -> Unit {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user