Skip to content

Commit 75220e1

Browse files
Pavel V. TalanovPVTalanov
authored andcommitted
Minor: suppress deprecation warning
1 parent cf57e5a commit 75220e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/frontend.script/src/org/jetbrains/kotlin/script/KotlinScriptDefinitionFromAnnotatedTemplate.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
@file:Suppress("DEPRECATION")
18+
1719
package org.jetbrains.kotlin.script
1820

1921
import com.intellij.openapi.diagnostic.Logger

0 commit comments

Comments
 (0)