KT-1033 Generate implementations produces wrong code

This commit is contained in:
Nikolay Krasko
2012-01-18 12:16:40 +04:00
parent e2782e0766
commit 2a3d1b2b45
10 changed files with 50 additions and 10 deletions
@@ -3,5 +3,6 @@ import foo.Intf
class Impl(): Intf {
override fun fooBar(i: Int, s: Array<String?>?, foo: Any?) {
throw UnsupportedOperationException()
}
}