Denis Zharkov

Results 23 comments of Denis Zharkov

I think it's worth looking at [Anko-based DSL](https://github.com/Kotlin/anko/wiki/Anko-Layouts) too

Now, it's almost done! But unfortunately the test `org.jetbrains.kotlin.test.runners.DiagnosticTestGenerated$Tests$TypeArguments.testForbidTypeArgumentListLikeExpressions` is failing

I merged your changes manually and then unfortunately had to revert them because IDE plugin tests start failing :( The tests are the following It seems that after your changes,...

Merged your changes manually, it seems like everything went fine. Thank you for your work and patience when fixing these complicated issues!

> Hi! > > I'm really sorry for the review delay, somehow I overlooked the PR. > > The changes in parser looks good, but there's an issue that effectively...

Oh, that commend was indeed about #4771 :( Regarding this PR, thank you for initiating the process, but I think it's worth trying something like [that](https://github.com/JetBrains/kotlin/commit/3da212b56ffc2140b3002fe2e32f98f732aa8c82) because `isAtLabelDefinitionOrMissingIdentifier` is being...

@kralliv Nice observation! I'll merge your change then, but still will split in two phases manually

Currently, we're reviewing the design of signatures enhancement (both the semantics and how it works in FIR), and it's quite likely that the subsystem may be changed significantly. So, it...

@BenWoodworth Thanks for the suggestions! > My first impression is that the syntax feels clunky, and is very specific. Could this be tackled with a more general solution? Yes, we...

@altavir > I am not sure about the importance of the use case, but there is a problem with the syntax. Double bang (`!!`) is in most cases a synonym...