Files
kotlin-fork/compiler/testData/codegen
Ilmir Usmanov 4a828f839f Support recursive local suspend functions
Previously they were trying to call constructor (incorrectly) for
recursive calls. This is redundant, since this.invoke creates one
automatically.

In addition, support callable references to recursive local suspend
functions.

 #KT-24780 Fixed
2018-12-03 18:49:23 +03:00
..
2018-10-22 16:32:55 +02:00
2018-11-29 12:02:05 +01:00