Files
kotlin-fork/idea/idea-completion/testData/basic/common
Roman Golyshev 3661dedacf KT-31762: Fix completion in enum entries constructors
- The issue was caused by incorrect parsing of enum entry because of `$` in the `KotlinCompletionContributor::DEFAULT_DUMMY_IDENTIFIER`
  - Incorrect parsing caused arguments next to completed one to be recognized as another enum entries
- Change `KotlinCompletionContributor::isInClassHeader` to accept classes without bodies, so identifier without `$` is used inside enum entries constructors
- ^KT-31762 Fixed
2019-10-29 12:35:13 +03:00
..
2015-07-08 16:28:52 +03:00
2019-09-26 16:25:50 +03:00
2015-10-30 12:03:53 +03:00
2015-09-22 15:00:24 +02:00
2015-08-18 18:50:00 +03:00
2015-11-05 17:47:54 +03:00
2015-08-11 13:35:32 +03:00