[FIR TEST] Mute failing BB test with Byte/Short.and usage
This commit is contained in:
+1
-1
@@ -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,3 +1,4 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
// WITH_RUNTIME
|
||||
|
||||
Reference in New Issue
Block a user