Vladimir Dolzhenko

Results 12 comments of Vladimir Dolzhenko

@vad0 feel free to contribute! as far as I know some people use it but for java8

Could you pls create a KTIJ ticket to describe problem.

Sorry, for the delay. Could you please add tests for the change ?

it could be smth similar to https://github.com/JetBrains/intellij-community/blob/master/plugins/kotlin/idea/tests/testData/intentions/usePropertyAccessSyntax/suppressedByNotPropertyList.kt do not forget to regenerate tests after adding new test data files.

Sorry for a long delay, LGTM Thank you for the contribution. Will be merged soon

Could you please add tests? Please have a look into `GotoTestOrCodeActionTestGenerated` - IntelliJ Kotlin plugin uses test-data - files those represent some particular case, action that should be executed and...

you can use something like test data used by https://github.com/JetBrains/intellij-community/blob/master/plugins/kotlin/completion/tests-k1/test/org/jetbrains/kotlin/idea/completion/test/handlers/BasicCompletionHandlerTestGenerated.java -> https://github.com/JetBrains/intellij-community/tree/master/plugins/kotlin/completion/testData/handlers/basic to regererate test classes you can use `org.jetbrains.kotlin.idea.testGenerator.all.GenerateAllTestsKt` or `Generate Kotlin Tests (K1 + K2)` run configuration in...

@abhinav12k could you pls rebase on the latest master branch? as the actual commit has 5000+ changed files.