Alexander Udalov
|
e68de436bb
|
Allow data classes to inherit from other classes
#KT-10330 Fixed
|
2016-06-22 21:35:57 +03:00 |
|
Mikhail Glukhikh
|
fff434d377
|
data + open / inner / abstract / sealed are now forbidden
|
2015-10-07 15:13:14 +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 |
|
Mikhail Glukhikh
|
3d6253c27f
|
abstract + data and sealed + data are also deprecated
|
2015-09-23 16:33:02 +03:00 |
|
Mikhail Glukhikh
|
038d955c23
|
Data classes cannot have class supertypes, a new test, relevant test fixes
|
2015-09-23 16:33:00 +03:00 |
|