KT-11030 Fix translation of secondary constructors of inner classes

This commit is contained in:
Alexey Andreev
2016-03-24 14:17:24 +03:00
parent 7af4b2fdb2
commit b39c16cb6c
11 changed files with 100 additions and 85 deletions
@@ -1,6 +1,3 @@
// TODO enable for JS backend too when KT-4124 will be fixed
// TARGET_BACKEND: JVM
class Outer {
val outerProp: String
constructor(x: String) {