victor.petukhov
|
46bd5ba107
|
Add alphabetical sorting diagnostics with same ranges
|
2019-02-14 12:31:42 +03:00 |
|
Mikhail Glukhikh
|
dd43674426
|
Data class must have at least one argument is reported on constructor parameter list now, if any #KT-9999 Fixed
|
2015-11-16 10:45:54 +03:00 |
|
Mikhail Glukhikh
|
55c7df8b8d
|
Deprecations: data class should now have at least one primary constructor parameter, parameters should be val / var and not vararg.
|
2015-09-23 16:33:05 +03:00 |
|
Denis Zharkov
|
01e5ee718f
|
Allow secondary constructors without body
#KT-6967 Fixed
|
2015-03-27 16:09:40 +03:00 |
|
Denis Zharkov
|
67f97fea42
|
Prohibit data classes with no primary constructor
|
2015-03-11 17:45:28 +03:00 |
|