Files
kotlin-fork/compiler/testData
Denis Zharkov 9101505eca Rework deparenthesize-like methods
- Extract private `deparenthesizeOnce` and repeat it until get the same expression

- Drop redundant parameter `deparenthesizeRecursively`

- Drop some usages of `safeDeparenthesize` in `deparenthesize`
  because even if `deparenthesize` returns null (i.e. something was not parsed)
  there is no sense in working with such expressions

Note, that `deparenthesize` now unwraps nested labels' declaration (see changes in testData),
but it seems to be reasonable
2015-05-07 22:36:15 +03:00
..
2015-05-07 15:41:37 +03:00
2015-05-07 22:36:15 +03:00
2015-04-07 19:31:31 +03:00
2015-02-22 16:12:38 +03:00
2015-04-07 13:08:51 +03:00