Minor. Move KOTLIN_SUSPEND_BUILT_IN_FUNCTION_FQ_NAME constant to 'core'

It will be used for deserialization of kotlin.suspend in the next commit
This commit is contained in:
Denis Zharkov
2018-06-20 13:55:50 +03:00
parent effdcddeca
commit 3fcf2f9c0d
4 changed files with 16 additions and 8 deletions
@@ -0,0 +1,11 @@
/*
* Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.serialization.deserialization
import org.jetbrains.kotlin.name.FqName
@JvmField
val KOTLIN_SUSPEND_BUILT_IN_FUNCTION_FQ_NAME = FqName("kotlin.suspend")