KT-1033 Generate implementations produces wrong code
This commit is contained in:
@@ -3,5 +3,6 @@ import foo.Intf
|
||||
class Impl(): Intf {
|
||||
|
||||
override fun fooBar(i: Int, s: Array<String?>?, foo: Any?) {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user