Denis Zharkov
|
76845a76b9
|
Fixed KT-4814: check type when a += b is a = a+b
In cases when a += b is a = a + b, check that (a+b) can be safely casted to a
|
2014-07-28 22:00:14 +04:00 |
|
Svetlana Isakova
|
a829da185d
|
Resolve invoke on any kind of expressions, not only on simple name expressions
|
2014-03-20 10:05:24 +04:00 |
|
Svetlana Isakova
|
a3f9cef354
|
fixed bug: 'isStatement' for function body == 'hasBlockBody'
not vice versa
|
2013-09-30 21:06:05 +04:00 |
|
Svetlana Isakova
|
c739632c57
|
report 'ambiguity' on reference, not on the whole expression
as other type inference errors
|
2013-09-03 13:09:15 +04:00 |
|
Andrey Breslav
|
3bd202de84
|
Allow to call += on a val
|
2013-03-21 21:21:54 +04:00 |
|
Evgeny Gerashchenko
|
b9e5704057
|
Updated test data and stdlib sources.
|
2013-02-13 18:08:37 +04:00 |
|
Andrey Breslav
|
3d8d92c7d3
|
JetDiagnosticsTest migrated to TestGenerator
- test data files renamed from *.jet to *.kt
|
2012-07-10 14:48:11 +04:00 |
|
Svetlana Isakova
|
5c32f5f0e7
|
KT-1821 Write test for ITERATOR_AMBIGUITY diagnostic
#KT-1821 fixed
|
2012-04-18 22:04:28 +04:00 |
|
Svetlana Isakova
|
ae4b391c8e
|
KT-1820 Write test for ASSIGN_OPERATOR_AMBIGUITY
#KT-1820 fixed
|
2012-04-18 22:03:55 +04:00 |
|
Stepan Koltsov
|
3748507ac1
|
disable +JDK macro in JetDiagnosticsTest and fix (actually hide) revealed bugs
+JDK was not very helpful
|
2012-03-12 22:54:24 +04:00 |
|
Stepan Koltsov
|
07ff53d456
|
add trailing newlines to test files
otherwise I have to rollback dozens of files after using sed that follows conventions
|
2012-03-12 22:54:14 +04:00 |
|
svtk
|
75f1f06862
|
test for KT-1028
|
2012-02-03 13:14:50 +04:00 |
|