Files
kotlin-fork/compiler
Ilmir Usmanov eb3b9032d6 Add synthetic flag to generated private suspend functions
Private suspend functions need to be generated as package-local, since
they are called from their continuations.
However, this means that they can be called from Java, which breaks
their private visibility.
Adding synthetic to them fixes the issue.
 #KT-17584: Fixed
2018-04-10 17:25:12 +03:00
..
2018-04-10 15:45:55 +03:00
2018-04-10 15:58:30 +03:00
2018-04-06 08:53:31 +02:00