Dmitry Jemerov
|
4bdf598bfe
|
compiler testdata: s/trait/interface
|
2015-05-12 19:43:17 +02:00 |
|
Dmitry Jemerov
|
9975bb8935
|
replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
|
2015-05-12 11:49:37 +02:00 |
|
Dmitry Jemerov
|
f374eec8f1
|
deprecating types after colon
|
2015-04-29 16:33:24 +02:00 |
|
Denis Zharkov
|
44a55e5bf6
|
Adjust testData to new labels syntax
|
2015-04-29 14:03:11 +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 |
|
Dmitry Jemerov
|
e9266481c5
|
allow delegated properties to have getters and setters without bodies
|
2015-03-05 19:04:17 +03:00 |
|
Evgeny Gerashchenko
|
af7eba64f7
|
Disallow PropertyMetadataImpl in conventions for delegated properties
|
2015-03-05 18:42:17 +03:00 |
|
Evgeny Gerashchenko
|
056daeaadb
|
Don't mark parameters of get/set/propertyDelegated functions as unused.
#KT-5974 fixed
|
2015-03-05 18:42:16 +03:00 |
|
Pavel V. Talanov
|
7b837e2631
|
Updata test data: txt files for diagnostics tests
|
2015-02-16 15:38:36 +03:00 |
|
Andrey Breslav
|
0e972acf8c
|
== turned into a safe-call
|
2015-02-10 06:55:46 +01:00 |
|
Evgeny Gerashchenko
|
897854b3dc
|
KT-6671 Report unused constructor parameters
#KT-6671 fixed
|
2015-01-27 22:38:27 +03:00 |
|
Denis Zharkov
|
010af19fe9
|
Delegated Properties: allowing type parameters for get/set methods
#KT-6253 Fixed
|
2014-12-08 21:30:54 +03:00 |
|
Andrey Breslav
|
0eee83b6ec
|
Lazy logs removed
|
2014-11-21 18:59:45 +03:00 |
|
Svetlana Isakova
|
2a83053355
|
Updated lazy log tests
|
2014-11-21 14:02:45 +03:00 |
|
Stanislav Erokhin
|
b7c473f59e
|
Update lazy.log files
|
2014-11-17 17:45:01 +03:00 |
|
Alexander Udalov
|
4f0d83a7fe
|
Update lazy logs after field rename
|
2014-11-11 18:35:39 +03:00 |
|
Andrey Breslav
|
4892369cf4
|
Diagnostic tests are logging their lazy activity
|
2014-11-10 17:24:04 +02:00 |
|
Alexander Udalov
|
3a8ad45dec
|
Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
|
2014-10-21 03:18:27 +04:00 |
|
Denis Mekhanikov
|
c4bfa0edca
|
Introduce propertyDelegated method in delegates
|
2014-09-24 15:34:12 +04:00 |
|
Nikolay Krasko
|
e796f88b38
|
Regenerate test data with constructed descriptors for diagnostics tests
|
2014-09-18 17:58:23 +04:00 |
|
Svetlana Isakova
|
4477a96ca7
|
Resolve operation (unary, array access) on error element instead of ignoring it
(to record corresponding call for later simplification in control flow)
Generate code for unmapped arguments in control flow
|
2014-07-30 17:14:00 +04:00 |
|
Svetlana Isakova
|
cec01237d0
|
Added test for labeled delegated expression
|
2014-07-08 14:57:40 +04:00 |
|
Svetlana Isakova
|
73cd776715
|
Added test for KT-4640
#KT-4640 Obsolete
|
2014-04-30 13:54:21 +04:00 |
|
Svetlana Isakova
|
0f444903f6
|
refactoring: added hasOnlyErrorsFromPosition(ConstraintPosition)
to use it for errors from completer as well
|
2013-10-16 20:41:19 +04:00 |
|
Svetlana Isakova
|
6c584fd252
|
do not add NO_EXPECTED_TYPE as a subtype constraint to constraint system
fixed exception from EA
|
2013-10-16 20:41:19 +04:00 |
|
Svetlana Isakova
|
0a0f76239f
|
resolve delegated expression always using completer
|
2013-10-16 19:51:54 +04:00 |
|
Andrey Breslav
|
e3175c66e8
|
Fixing failed tests: do not report anything on casts that can never succeed
|
2013-09-05 15:03:37 +04:00 |
|
Svetlana Isakova
|
f41584c7ab
|
tests added
for inference for delegated properties
|
2013-06-06 16:31:06 +04:00 |
|
Svetlana Isakova
|
7e564de71a
|
added constraint for package level delegated property
|
2013-06-04 22:11:43 +04:00 |
|
Svetlana Isakova
|
ecec6acde8
|
use explicit type of delegated property as expected
while resolving constraint system for delegated expression
|
2013-06-04 22:11:43 +04:00 |
|
Natalia.Ukhorskaya
|
b9e5227b58
|
Change String argument of property delegate method to PropertyMetadata
|
2013-04-30 21:47:24 +04:00 |
|
Natalia.Ukhorskaya
|
a9b4a342e7
|
Add diagnostics for get/set methods of property delegate
|
2013-04-30 20:08:06 +04:00 |
|
Natalia.Ukhorskaya
|
c58d4fd6d2
|
Resolve expression in property delegate
|
2013-04-30 20:08:04 +04:00 |
|
Natalia.Ukhorskaya
|
e7bf3b141f
|
Modify analysis for property initializer. Add errors about delegated property accessors.
|
2013-04-30 20:07:55 +04:00 |
|