Minor: narrow deprecation scope of DataFlowValueFactoryImpl to constructor

This commit is contained in:
Dmitry Savvinov
2018-06-21 11:13:44 +03:00
parent 8964b2c7a4
commit fa72198505
@@ -23,8 +23,9 @@ import org.jetbrains.kotlin.types.KotlinType
import org.jetbrains.kotlin.types.expressions.ExpressionTypingUtils import org.jetbrains.kotlin.types.expressions.ExpressionTypingUtils
import org.jetbrains.kotlin.types.isError import org.jetbrains.kotlin.types.isError
@Deprecated("Please, avoid to use that implementation explicitly. If you need DataFlowValueFactory, use injection") class DataFlowValueFactoryImpl
class DataFlowValueFactoryImpl : DataFlowValueFactory { @Deprecated("Please, avoid to use that implementation explicitly. If you need DataFlowValueFactory, use injection") constructor() :
DataFlowValueFactory {
// Receivers // Receivers
override fun createDataFlowValue( override fun createDataFlowValue(