Dmitriy Novozhilov
|
f3a8fcaea6
|
[FE] Make constructors of sealed classes protected instead of internal
|
2021-02-12 13:36:38 +03:00 |
|
Dmitriy Novozhilov
|
f14bd87ecc
|
[Test] Update testdata of diagnostic tests during to change language to 1.5
Mostly this commit contains changes of descriptor dump of sealed classes
tests according to changed visibility of sealed class constructor
|
2021-01-28 13:19:24 +03:00 |
|
Alexander Udalov
|
090d157f86
|
Update test data for data classes
|
2016-09-15 16:45:48 +03:00 |
|
Alexey Tsvetkov
|
1973573a89
|
Remove @data from test data
|
2015-10-19 20:45:00 +03:00 |
|
Yan Zhulanow
|
6db9344659
|
Fix compiler tests
|
2015-09-25 19:20:20 +03:00 |
|
Denis Zharkov
|
4850fd10f0
|
Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
|
2015-09-18 10:14:39 +03:00 |
|
Michael Nedzelsky
|
bc5c9065d2
|
fix tests in org.jetbrains.kotlin.checkers
|
2015-09-08 02:04:32 +03:00 |
|
Mikhail Glukhikh
|
4d2ba3e890
|
Sealed constructors are made private in front-end, tests changed accordingly
|
2015-06-25 19:07:20 +03:00 |
|
Mikhail Glukhikh
|
f6872dfbea
|
Exhaustive when support for sealed classes #KT-7606 Fixed
When on sealed can use is (both for derived classes and objects) or just comparison (only for derived objects).
A pack of tests provided.
|
2015-06-25 19:07:16 +03:00 |
|