Ilya Gorbunov
|
4d5ec9be3f
|
Drop identityEquals from builtins, compiler and tests.
|
2016-01-22 05:54:38 +03:00 |
|
Ilya Gorbunov
|
25c4453dc5
|
Cleanup deprecated symbol usages in testData
|
2016-01-22 05:54:38 +03:00 |
|
Mikhail Glukhikh
|
f8a356747e
|
Stdlib rename: 'name' and 'ordinal' are now properties in Enum, same name functions are deprecated
|
2015-10-14 20:40:13 +03:00 |
|
Dmitry Jemerov
|
1523d5bcbf
|
removing static type assertions work in progress
|
2015-10-12 11:11:23 +02:00 |
|
Dmitry Jemerov
|
4ca434da54
|
remove support for 'trait' keyword
|
2015-09-22 15:00:24 +02:00 |
|
Ilya Gorbunov
|
0e3e33e5c1
|
Fix deprecations in testData: js semantics.
|
2015-09-19 05:04:05 +03:00 |
|
Denis Zharkov
|
e401a98a2b
|
Replace native with @native in js testData
|
2015-09-18 10:14:34 +03:00 |
|
Mikhail Glukhikh
|
90f94b47db
|
Deprecated enum syntax removed: JS plugin tests
|
2015-08-10 16:24:08 +03:00 |
|
Zalim Bashorov
|
6aaccae6a9
|
JS backend: compare enum entries strictly
#KT-7840 fixed
|
2015-06-03 23:09:16 +03:00 |
|
Mikhail Glukhikh
|
cf741cb868
|
Enum parsing changed: first entries, then members. Grammar fixed accordingly.
A set of compiler tests and some plugin tests changed accordingly.
Compiler Kotlin code changed accordingly.
|
2015-05-15 16:13:27 +03:00 |
|
Stanislav Erokhin
|
b152211096
|
Added init keyword to testdata
|
2015-04-07 13:08:51 +03:00 |
|
Zalim Bashorov
|
f49e4ca3e9
|
JS backend: fixed accessing to native enum entries.
|
2015-03-10 14:30:45 +03:00 |
|
Alexey Tsvetkov
|
78e12f7cfa
|
JS backend minor: removed license from test cases
|
2014-10-27 15:58:49 +03:00 |
|
Alexander Udalov
|
624e507ec2
|
Make enum classes comparable
#KT-3727 Fixed
|
2014-10-17 21:27:23 +04:00 |
|
Pavel V. Talanov
|
b2c288b62a
|
Test super calls in enum literals
|
2014-10-10 18:12:56 +04:00 |
|
Pavel V. Talanov
|
bb5998048f
|
Test code generation for enum deriving from a trait
|
2014-10-10 17:43:33 +04:00 |
|
Svetlana Isakova
|
7f33ad90a6
|
Report 'nested class accessed via instance reference' error
|
2014-09-01 12:32:50 +04:00 |
|
Alexey Tsvetkov
|
dd3dbe5b10
|
JS backend: _commonFiles/ for common kotlin files in testData/ and every test dir
|
2014-07-11 22:36:20 +04:00 |
|
Zalim Bashorov
|
8fd38e261f
|
JS backend: fix access to enum entries by implicit receiver and explicit this.
|
2014-03-18 13:09:47 +04:00 |
|
Zalim Bashorov
|
442215e829
|
JS backend: testFiles -> testData
|
2014-03-11 20:04:00 +04:00 |
|