Denis Zharkov
|
10861e57ff
|
Fix NDFDE for single underscore named property in primary constructor
NDFDE = NoDescriptorForDeclarationException
See the comment in change
|
2016-10-24 18:00:02 +03:00 |
|
Denis Zharkov
|
dbca310d8c
|
Support single-underscore variable names partially
Currently only parameters of lambdas/function expressions
and destructuring entries are allowed
#KT-3824 In Progress
#KT-2783 In Progress
|
2016-10-24 10:19:25 +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 |
|
Mikhail Glukhikh
|
059175560c
|
No __ as lambda parameter
|
2015-10-19 15:24:39 +03:00 |
|
Yan Zhulanow
|
d90585624f
|
Add 'DeprecationLevel' parameter to 'Deprecated'
|
2015-10-08 18:31:08 +03:00 |
|
Zalim Bashorov
|
03fe293ace
|
Minor: fix testdata
|
2015-09-25 22:36:01 +03:00 |
|
Mikhail Glukhikh
|
0a0bfdacb1
|
Names containing only '_' are deprecated (declarations, parameters, import aliases, labels, but not backquoted names)
|
2015-09-25 18:57:58 +03:00 |
|