Fixed broken testdata.
This commit is contained in:
@@ -2,7 +2,7 @@ import foo.Intf
|
||||
|
||||
class Impl(): Intf {
|
||||
|
||||
public override fun fooBar(i : Int, s : Array<String?>?, foo : Any?) {
|
||||
public override fun fooBar(i: Int, s: Array<String?>?, foo: Any?) {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user