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
..
2015-05-27 12:23:08 +02:00
2015-02-02 19:52:01 +03:00
2015-05-26 19:29:04 +03:00
2015-05-26 19:28:09 +03:00
2015-04-09 09:25:26 +03:00
2015-03-12 23:15:38 +03:00
2015-05-26 14:27:38 +03:00
2015-06-01 19:23:09 +03:00
2015-06-01 19:23:08 +03:00
2015-05-12 19:43:17 +02:00
2015-05-12 19:43:17 +02:00
2015-04-16 16:40:19 +03:00
2015-05-12 19:43:17 +02:00
2015-06-02 12:30:14 +03:00
2015-05-12 19:43:17 +02:00
2015-05-21 02:30:57 +03:00
2014-05-14 18:58:57 +04:00
2015-05-12 19:43:17 +02:00
2015-05-26 15:04:54 +03:00
2014-07-10 23:20:38 +04:00
2014-08-20 13:46:29 +04:00
2014-08-22 22:58:54 +04:00
2014-05-15 13:54:25 +04:00
2015-06-02 14:07:48 +03:00
2015-03-17 15:47:39 +03:00
2015-05-12 19:43:17 +02:00
2015-05-26 15:04:56 +03:00
2015-05-20 09:24:57 +03:00
2015-05-12 19:43:17 +02:00
2015-05-12 19:43:17 +02:00
2015-04-29 14:03:11 +03:00
2015-05-12 19:43:17 +02:00
2015-05-26 15:04:56 +03:00
2014-04-01 12:25:33 +04:00
2015-05-21 02:30:38 +03:00
2015-05-12 19:43:17 +02:00
2015-05-12 19:43:17 +02:00
2015-05-12 19:43:17 +02:00
2015-05-27 16:15:45 +03:00
2015-05-12 19:43:17 +02:00
2015-02-02 19:52:01 +03:00