Kirill Rakhman
|
8bc020f31b
|
Fix modifier order in generated overriden functions
Fixes #KT-21600
|
2018-01-16 15:42:02 +01:00 |
|
Valentin Kipyatkov
|
41ee06ec96
|
Use parameter names in DescriptorRenderer
|
2016-10-11 23:38:49 +03:00 |
|
Denis Zharkov
|
505dc61611
|
Treat extension receiver as noinline parameter
#KT-9574 Fixed
|
2016-01-29 14:36:53 +03:00 |
|
Alexander Udalov
|
7449ad2763
|
Rename Extension annotation to ExtensionFunctionType
The old one is kept temporarily and will be removed later
|
2015-12-21 20:33:32 +03:00 |
|
Alexander Udalov
|
877129340f
|
Revert "Rename Extension annotation to ExtensionFunctionType"
This reverts commit 460dad135c.
The old compiler will not see the new runtime correctly. Postponing this until
1.0
|
2015-11-30 19:24:58 +03:00 |
|
Alexander Udalov
|
460dad135c
|
Rename Extension annotation to ExtensionFunctionType
|
2015-11-30 02:51:04 +03:00 |
|
Alexey Tsvetkov
|
1e2256207c
|
Update test data
|
2015-10-19 20:45:02 +03:00 |
|
Yan Zhulanow
|
b2470a6aad
|
Report warning on unary plus()/minus()
|
2015-10-19 11:51:54 +03:00 |
|
Yan Zhulanow
|
6db9344659
|
Fix compiler tests
|
2015-09-25 19:20:20 +03:00 |
|
Denis Zharkov
|
4850fd10f0
|
Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
|
2015-09-18 10:14:39 +03:00 |
|
Michael Nedzelsky
|
bc5c9065d2
|
fix tests in org.jetbrains.kotlin.checkers
|
2015-09-08 02:04:32 +03:00 |
|
Denis Zharkov
|
11fed1674e
|
Deprecate extension annotation in favor of Extension
|
2015-09-04 17:23:25 +03:00 |
|
Alexander Udalov
|
49004a8b8e
|
Conform functions to extension functions and vice versa
#KT-5989 Fixed
|
2015-05-26 15:04:56 +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 |
|
Pavel V. Talanov
|
c0416255c4
|
DescriptorRenderer: fix rendering of functional types in receivers
|
2014-10-31 15:04:45 +03: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 |
|
Svetlana Isakova
|
72e9822d99
|
All RESOLVED_CALL getters replaced with util methods
JetElement.getResolvedCall(BindingContext)
JetElement.getResolvedCallForSure(BindingContext)
|
2014-07-08 14:57:37 +04:00 |
|
Mikhael Bogdanov
|
0b2c3efc40
|
Inline recursion diagnostic
|
2013-12-02 18:30:43 +04:00 |
|
Mikhael Bogdanov
|
621a4002e4
|
Binary and unary expression support
|
2013-12-02 18:30:42 +04:00 |
|