Alexander Udalov
|
472959aca1
|
Improve rendering of modifiers in DescriptorRenderer
* Use bold font to render all modifiers
* Render 'external' according to the style guide, right after modality
|
2017-08-25 15:35:05 +03:00 |
|
Ilya Gorbunov
|
3be1174824
|
Replace @native with external in tests
|
2017-01-27 01:29:15 +03:00 |
|
Alexey Andreev
|
6ef4a3389e
|
JS: prohibit external functions and accessors with bodies other than noImpl. Prohibit to use anything except noImpl for default parameters initializers in external functions. See KT-13892
|
2016-12-29 16:00:30 +03:00 |
|
Alexey Andreev
|
3882bf7564
|
JS: prohibit native (external) extension properties and functions. See KT-13896
|
2016-12-09 15:13:07 +03:00 |
|
Alexey Andreev
|
abca774422
|
Support external modifier on classes in descriptor renderer. Regenerate test data.
|
2016-12-08 15:41:44 +03:00 |
|
Alexey Andreev
|
dadffebe97
|
Support external modifier in descriptor renderer. Update test data.
|
2016-12-08 15:41:43 +03:00 |
|
Alexey Andreev
|
d0ffb5bd32
|
JS: add restrictions to external modifier according to KT-13893
|
2016-12-08 15:41:42 +03:00 |
|