Files
kotlin-fork/compiler/tests/org/jetbrains/kotlin
Ilmir Usmanov 0934db8fbd Do not transform state-machine when inlining
Sometimes, state-machine, generated in inline functions with
crossinline parameter, is transformed, since all usages should be
renamed.
However, this is wrong: in this case, we will have state-machine
inside state-machine.
This fix addresses the issue.

 #KT-25893 Fixed
2018-11-29 14:58:35 +03:00
..
2018-11-23 17:30:37 +03:00
2018-04-19 13:17:27 +03:00
2018-08-31 17:16:19 +03:00
2017-07-28 01:28:56 +03:00
2018-04-19 13:17:27 +03:00
2018-04-19 13:17:27 +03:00
2018-09-27 21:59:31 +03:00