From 33c0bfb4c2cca2fa49e7eac8368cafbf9c4bff9c Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Tue, 24 Dec 2019 14:33:09 +0100 Subject: [PATCH] JVM_IR: Generate $$forInline companion for transformed crossroutines --- .../backend/src/org/jetbrains/kotlin/codegen/inline/SMAP.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/backend/src/org/jetbrains/kotlin/codegen/inline/SMAP.kt b/compiler/backend/src/org/jetbrains/kotlin/codegen/inline/SMAP.kt index 0df7300ddc2..a2cfd08bdc0 100644 --- a/compiler/backend/src/org/jetbrains/kotlin/codegen/inline/SMAP.kt +++ b/compiler/backend/src/org/jetbrains/kotlin/codegen/inline/SMAP.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2019 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */