Dmitry Jemerov
|
1188e57597
|
rename @overloads annotation to @jvmOverloads
|
2015-05-27 12:23:08 +02:00 |
|
Dmitry Jemerov
|
625096466e
|
IDE testdata: s/trait/interface
|
2015-05-13 16:13:13 +02:00 |
|
Nikolay Krasko
|
90cdb19324
|
Add origin for generated jvm overloads and tweak equals methods to distinguish them
- KT-7586 Strange navigation issue
#KT-7586 Fixed
|
2015-04-29 15:20:31 +03:00 |
|
Nikolay Krasko
|
ca98b19aba
|
Wrong package light file with package class
|
2015-04-01 02:02:07 +03:00 |
|
Nikolay Krasko
|
055be2850f
|
Fix accept() in light methods elements to avoid treating them as ClsElements
|
2015-04-01 02:02:01 +03:00 |
|
Pavel V. Talanov
|
9d618ca767
|
Replace OBJECT$ usages in code and test data
|
2015-03-25 18:28:01 +03:00 |
|
Pavel V. Talanov
|
06916d98c6
|
default -> companion: replace all mentions of default and default object
|
2015-03-17 15:47:39 +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 |
|
Alexander Udalov
|
fec64b31dc
|
Fix resolve of Kotlin enum entries from Java
#KT-5719 Fixed
|
2014-09-11 10:37:47 +04:00 |
|
Alexander Udalov
|
70561cc539
|
Fix resolution of Kotlin enums' values() and valueOf() from Java
Use the code from PsiClassImpl / ClsClassImpl, which for some reason is absent
in AbstractLightClass
#KT-5591 Fixed
|
2014-09-11 10:37:45 +04:00 |
|
Nikolay Krasko
|
97a95d6a6a
|
Fix "Cannot resolve method" error in Java for methods from trait
|
2014-08-28 13:47:36 +04:00 |
|
Alexander Udalov
|
de0f751207
|
Replace object$ -> OBJECT$, instance$ -> INSTANCE$ in the project
|
2014-07-26 00:21:05 +04:00 |
|
Nikolay Krasko
|
3228630ec5
|
Update to Idea EAP 134.1342
|
2014-02-28 15:48:08 +04:00 |
|
Nikolay Krasko
|
9a8a8364dd
|
KT-4344 "Overridden method parameters are not annotated" warnings from Java
#KT-4344 Fixed
|
2014-02-18 14:49:34 +04:00 |
|
Nikolay Krasko
|
217931622e
|
Fix for IDEA complains when assigning Kotlin objects where java.lang.Object is expected
#KT-4355 Fixed
|
2013-12-27 15:03:59 +04:00 |
|
Nikolay Krasko
|
74c321ba73
|
Test for absence static warnings
|
2013-11-15 19:41:26 +04:00 |
|
Mikhael Bogdanov
|
b3ec87f956
|
ClassObject instance field refactoring
|
2013-03-04 16:42:55 +04:00 |
|
Andrey Breslav
|
179456cd0b
|
Tests for Java name resolution in the IDE
#KT-3337 In Progress
LightClasses: class object's property getter unresolved in Java, but compiles OK
|
2013-02-18 16:05:41 +04:00 |
|