[FIR] Move ReturnTypeCalculator to :fir:providers module
Also make it an abstract class and turn ReturnTypeCalculatorForFullBodyResolve into object (because it has no state and there is no need to create different instances of it)
This commit is contained in:
committed by
teamcity
parent
ff1e2c05bf
commit
effa3f197a
+1
-1
@@ -21,7 +21,7 @@ class SimpleDiagnosticsCollector(
|
||||
return CheckerRunningDiagnosticCollectorVisitor(
|
||||
MutableCheckerContext(
|
||||
this,
|
||||
ReturnTypeCalculatorForFullBodyResolve()
|
||||
ReturnTypeCalculatorForFullBodyResolve
|
||||
),
|
||||
components
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user