[FIR] Implement ConeTypeContext.createTypeWithAlternativeForIntersectionResult

This commit is contained in:
Dmitriy Novozhilov
2020-08-26 16:31:01 +03:00
parent f247cc3165
commit be1033a4a7
@@ -583,7 +583,7 @@ class ConeTypeCheckerContext(
firstCandidate: KotlinTypeMarker,
secondCandidate: KotlinTypeMarker
): KotlinTypeMarker {
TODO("Not yet implemented")
// TODO
return firstCandidate
}
}