Alexander Udalov
|
6f276c623b
|
Do not use IntelliJ extensions for uninitialized variable suppressor in JS
|
2017-11-13 13:04:54 +01:00 |
|
Alexey Andreev
|
0f049a90aa
|
JS: prohibit nested classes, objects and enums in external interface. See KT-16012
|
2017-02-03 11:09:09 +03:00 |
|
Alexey Andreev
|
aedf8bd232
|
JS: replace noImpl with definedExternally in tests
|
2017-01-24 20:14:31 +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
|
55d4c0e439
|
JS: prohibit non-abstract members of external interfaces, except for nullable properties. See KT-15308
|
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
|
d0ffb5bd32
|
JS: add restrictions to external modifier according to KT-13893
|
2016-12-08 15:41:42 +03:00 |
|
Alexey Andreev
|
68412ae94f
|
JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
|
2016-12-08 15:41:39 +03:00 |
|
Pavel V. Talanov
|
47cca7db1f
|
Test data: adjust test data after prohibiting properties with typeparameters not used in receiver
|
2015-10-14 13:42:13 +03:00 |
|
Denis Zharkov
|
676ca86ea4
|
Deprecate escaped modifiers and unescaped annotations
|
2015-09-08 12:11:30 +03:00 |
|
Dmitry Jemerov
|
4bdf598bfe
|
compiler testdata: s/trait/interface
|
2015-05-12 19:43:17 +02:00 |
|
Denis Zharkov
|
849b8acbf8
|
Replace annotations with brackets in testData
Just in tests that changed after deprecation
|
2015-05-07 22:36:16 +03:00 |
|
Pavel V. Talanov
|
06916d98c6
|
default -> companion: replace all mentions of default and default object
|
2015-03-17 15:47:39 +03:00 |
|
Pavel V. Talanov
|
59f192ef90
|
Replace 'class object' with 'default object' in renderers and test data
Includes changes to decompiled text
Old syntax is used in builtins and project code for now
|
2015-03-06 19:36:54 +03:00 |
|
Zalim Bashorov
|
9869ae10e5
|
JS frontend: allow to omit body for native functions and initializer for native properties. Additionally suppress UNUSED_PARAM for new nativeX annotations too.
|
2014-12-29 21:37:18 +03:00 |
|