Fix CCE in constructNestedClassReferenceIdentifier J2K

#KT-17712 fixed
This commit is contained in:
Simon Ogorodnik
2017-05-19 20:02:55 +03:00
parent d0991fffd2
commit 6a8bb8b33d
7 changed files with 19 additions and 36 deletions
@@ -1,4 +1,4 @@
internal class A @JvmOverloads constructor(nested: A.Nested = A.Nested(A.Nested.FIELD)) {
internal class A @JvmOverloads constructor(nested: Nested = Nested(Nested.FIELD)) {
internal class Nested(p: Int) {
companion object {