[FIR TEST] Mute failing BB test with Byte/Short.and usage

This commit is contained in:
Mikhail Glukhikh
2020-08-03 18:05:35 +03:00
parent 47c47be3d3
commit 181a8bb79e
2 changed files with 2 additions and 1 deletions
@@ -94,7 +94,7 @@ class IntegerLiteralTypeApproximationTransformer(
}
// TODO: Maybe resultType = data?
// check black box tests
// e.g. Byte doesn't have `and` in member scope. It's an extension
// e.g. Byte doesn't have `and` in member scope. It's an extension. See also: FirBlackBoxCodegenTestGenerated.testIntrinsics
if (resultSymbol == null) return functionCall.compose()
functionCall.resultType = data?.let { functionCall.resultType.resolvedTypeFromPrototype(it) } ?: resultSymbol!!.fir.returnTypeRef
// If the original call has argument mapping, values in that mapping refer to value parameters in that original symbol. We should
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
// TARGET_BACKEND: JVM
// WITH_RUNTIME