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 |
|
Nikolay Krasko
|
e796f88b38
|
Regenerate test data with constructed descriptors for diagnostics tests
|
2014-09-18 17:58:23 +04:00 |
|
Alexander Udalov
|
d78d4bc44c
|
Disallow extension properties with backing fields
#KT-1682 Fixed
|
2014-05-29 21:24:05 +04:00 |
|
Evgeny Gerashchenko
|
958f7c862d
|
Got rid of "namespace" word in test data.
|
2014-01-14 18:06:50 +04:00 |
|
Evgeny Gerashchenko
|
0fee69fe07
|
Prioritized synthetic and not synthetic functions.
|
2013-03-28 20:07:47 +04:00 |
|
Nikolay Krasko
|
9dedc6d2a9
|
KT-1998 Strange "Overload resolution ambiguity"
#KT-1998 Fixed
|
2013-02-11 16:09:24 +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 |
|
Stepan Koltsov
|
ea8eb7412a
|
kill redeclaration handler in ClassDescriptor
|
2012-02-19 22:02:37 +04:00 |
|
Stepan Koltsov
|
842a70ca66
|
report conflicting overloads in functions with same parameters different type parameters
test case:
===
class Aaa() {
fun f() = 1
fun <P> f() = 1
}
===
|
2012-02-18 00:33:37 +04:00 |
|
Stepan Koltsov
|
3b56b90a7c
|
split ConflictingOverloads.jet test, add property overload conflict test
|
2012-02-18 00:33:26 +04:00 |
|