Alexey Andreev
|
06e8f7b328
|
JS: don't report error when FAKE function overrides external function with optional parameters. Report only when it overrides at least two such functions. See KT-15961
|
2017-01-30 17:26:07 +03:00 |
|
Alexey Andreev
|
aedf8bd232
|
JS: replace noImpl with definedExternally in tests
|
2017-01-24 20:14:31 +03:00 |
|
Alexey Andreev
|
1a7e8b0690
|
JS: allow to omit delegated constructor call for external classes in common FE. Prohibit delegated constructor call for external classes in JS FE.
|
2016-12-29 16:00:33 +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
|
b08afb0e93
|
JS: prohibit overriding external functions with optional parameters by non-external fake functions
|
2016-12-15 19:05:32 +03:00 |
|
Alexey Andreev
|
e2dab5ab5c
|
JS: prohibit overriding external functions with optional parameters by non-external functions. See KT-13889
|
2016-12-15 19:05:32 +03:00 |
|