Rename result to $result

this way it does not interfere with user-defined variables.
 #KT-28535 Fixed
This commit is contained in:
Ilmir Usmanov
2019-03-29 17:40:19 +03:00
parent 742ffb98ad
commit 05937a28ee
8 changed files with 8 additions and 8 deletions
@@ -62,7 +62,7 @@ abstract class AbstractCoroutineCodegen(
if (languageVersionSettings.isReleaseCoroutines())
createImplMethod(
INVOKE_SUSPEND_METHOD_NAME,
"result" to classDescriptor.module.getResult(classDescriptor.builtIns.anyType)
"\$result" to classDescriptor.module.getResult(classDescriptor.builtIns.anyType)
)
else
createImplMethod(