[FE] Completely replace FunctionClassKind with FunctionalTypeKind
FunctionalTypeKind can be used in FE 1.0 too, so there is no need to keep both classes. Also, removal of FunctionClassKind simplifies work with FunctionalTypeKind in common code, like Analysis Api
This commit is contained in:
committed by
Space Team
parent
87a9103cc6
commit
67aa80562d
+1
-1
@@ -1,3 +1,3 @@
|
||||
expression: xy
|
||||
expected type: (T) -> R
|
||||
functionClassKind: Function
|
||||
functionClassKind: kotlin.FunctionN
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
expression: xy
|
||||
expected type: kotlin.reflect.KFunction1<kotlin.Int, kotlin.String>
|
||||
functionClassKind: KFunction
|
||||
functionClassKind: kotlin.reflect.KFunctionN
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
expression: xy
|
||||
expected type: kotlin.reflect.KSuspendFunction0<kotlin.Unit>
|
||||
functionClassKind: KSuspendFunction
|
||||
functionClassKind: kotlin.reflect.KSuspendFunctionN
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
expression: xy
|
||||
expected type: suspend () -> kotlin.Unit
|
||||
functionClassKind: SuspendFunction
|
||||
functionClassKind: kotlin.coroutines.SuspendFunctionN
|
||||
|
||||
Reference in New Issue
Block a user