Denis Zharkov
|
8fa8ba7055
|
Move coroutine-related runtime parts to kotlin.coroutines.experimental package
#KT-15975 Fixed
|
2017-01-27 23:24:13 +03:00 |
|
Denis Zharkov
|
4737b3dd7f
|
Update stubBuilder/deserialization tests on coroutines
|
2016-12-15 23:58:02 +03:00 |
|
Nikolay Krasko
|
355dca2a97
|
Add toString for KotlinStubBaseImpl
Try to simplify "Stub and PSI element type mismatch" exception analyze.
(cherry picked from commit 11aa71e)
|
2016-10-21 00:18:27 +03:00 |
|
Denis Zharkov
|
329fb9d619
|
Introduce 'coroutine'/'suspend' modifiers
|
2016-06-08 18:53:16 +03:00 |
|
Alexander Udalov
|
7eafae1936
|
Drop isAbsoluteInRootPackage from stubs
|
2016-06-01 19:30:04 +03:00 |
|
Dmitry Jemerov
|
009e3f9cd7
|
rename PSI classes according to current terminology:
KtMultiDeclaration(Entry) -> KtDestructuringDeclaration(Entry)
KtFunctionLiteralExpression -> KtLambdaExpression
KtFunctionLiteralArgument -> KtLambdaArgument
KtDelegationSpecifierList -> KtSuperTypeList
KtDelegationSpecifier -> KtSuperTypeListEntry
KtDelegatorToSuperClass -> KtSuperTypeEntry
KtDelegatorToSuperCall -> KtSuperTypeCallEntry
KtDelegationByExpressionSpecifier ->KtDelegatedSuperTypeEntry
|
2015-12-10 16:15:13 +01:00 |
|
Pavel V. Talanov
|
7e6bed7ad8
|
Decompiled text: should always render all modifiers even if we don't feel like it
|
2015-12-09 18:51:31 +03:00 |
|
Alexey Tsvetkov
|
5e90bafe18
|
Build stubs for modifiers
|
2015-10-19 20:45:02 +03:00 |
|
Alexey Tsvetkov
|
28ca2e8b84
|
Build stubs for data modifier
|
2015-10-19 20:45:00 +03:00 |
|