Minor: narrow deprecation scope of DataFlowValueFactoryImpl to constructor
This commit is contained in:
+3
-2
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user