Files
kotlin-fork/compiler/testData/psi
Denis Zharkov 9c574469ca Parsing: allow primary ctor in object syntactically
It's needed for better recovering for cases of changes like 'class' -> 'object'

The only sensible case when it's may be bad:
class A {
   object B
   constructor() : super()
}

But it seems to be rare, and ';' can be used to separate object from secondary ctor
2015-06-02 14:07:48 +03:00
..
2014-10-21 00:16:08 +04:00
2014-10-21 00:16:08 +04:00
2014-12-01 20:43:37 +03:00
2014-12-01 20:43:37 +03:00
2013-10-25 11:05:01 +04:00