Dmitry Gridin
|
11a3482970
|
tests: apply official code style
#KT-38632 Fixed
|
2020-05-07 12:36:44 +00:00 |
|
Ilya Kirillov
|
bc52281208
|
New J2K: convert Java method reference to Kotlin one on copy-pasting Java code
#KT-34965 fixed
|
2020-03-31 19:35:55 +03:00 |
|
Ilya Kirillov
|
b3e728f4fb
|
New J2K: don't allow open modifier on top-level/private declarations
|
2020-03-31 19:35:55 +03:00 |
|
Dmitry Gridin
|
7886cb4c44
|
i18n: fix tests
|
2020-03-16 18:40:51 +07:00 |
|
Yan Zhulanow
|
7a40274b71
|
i18n: Unify string naming in KotlinBundle
|
2020-03-16 18:40:42 +07:00 |
|
Dmitry Gridin
|
96f49d8e3c
|
Remove trailing comma from some tests
|
2020-01-30 15:32:09 +07:00 |
|
Dmitry Gridin
|
d06787886a
|
Fix tests after implementing trailing comma in formatter
#KT-34744
|
2020-01-17 21:02:54 +07:00 |
|
Ilya Kirillov
|
d0f0b9e355
|
New J2K: do not allow field and method declarations to be internal
For internal members new names are generated,
So, references to them from Java will be broken
|
2019-10-12 12:50:32 +03:00 |
|
Ilya Kirillov
|
043a669812
|
New J2K: do not print qualified names if corresponding qualifier can unambiguously resolved
This speeds up shortening qualified references phase
|
2019-09-29 11:39:37 +03:00 |
|
Ilya Kirillov
|
f61bb5aa39
|
New J2K: implement mutability inference in post-processing
#KT-24293 fixed
#KT-19603 fixed
|
2019-09-10 14:09:26 +03:00 |
|
Ilya Kirillov
|
2bd5a1f196
|
New J2K: separate nullability inference from common one & nullability bug fixes
It will be needed for structure mutability inference
#KT-21467 fixed
#KT-32609 fixed
#KT-32572 fixed
#KT-24677 fixed
|
2019-07-25 14:34:35 +03:00 |
|
Ilya Kirillov
|
98be5d8ed0
|
New J2K: add copy-paste tests for new j2k
|
2019-06-26 18:36:05 +03:00 |
|