[FIR] Fix incorrect findCommonIntegerLiteralTypesSuperType dummy implementation
This commit is contained in:
+2
-2
@@ -764,8 +764,8 @@ open class FirBodyResolveTransformer(
|
||||
private fun inferenceComponents(session: FirSession, returnTypeCalculator: ReturnTypeCalculator, scopeSession: ScopeSession) =
|
||||
InferenceComponents(object : ConeInferenceContext, TypeSystemInferenceExtensionContextDelegate {
|
||||
override fun findCommonIntegerLiteralTypesSuperType(explicitSupertypes: List<SimpleTypeMarker>): SimpleTypeMarker? {
|
||||
//TODO wtf
|
||||
return explicitSupertypes.firstOrNull()
|
||||
// TODO: implement
|
||||
return null
|
||||
}
|
||||
|
||||
override fun TypeConstructorMarker.getApproximatedIntegerLiteralType(): KotlinTypeMarker {
|
||||
|
||||
Reference in New Issue
Block a user