Implement visitPrimaryConstructor in LazyDeclarationResolver

It's need to prevent exception when trying to analyze each declaration
node within class

 #KT-7279 Fixed
 #KT-7315 Fixed
This commit is contained in:
Denis Zharkov
2015-04-06 20:23:39 +03:00
parent 1324667bc9
commit 37d7327482
2 changed files with 8 additions and 1 deletions
@@ -1,6 +1,6 @@
// PSI_ELEMENT: org.jetbrains.kotlin.psi.JetObjectDeclaration
// OPTIONS: usages
class A {
class A() {
init {
foo()
v