[FIR] KT-57655: Add the missing condition
^KT-57655 Fixed
This commit is contained in:
committed by
Space Team
parent
c4d5332251
commit
931894ab3c
+5
-5
@@ -3131,11 +3131,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/genericValOnLHS.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("implicitIntegerCoercionNamedArg.kt")
|
||||
public void testImplicitIntegerCoercionNamedArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaField.kt")
|
||||
public void testJavaField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/javaField.kt");
|
||||
@@ -40116,6 +40111,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("implicitIntegerCoercionNamedArg.kt")
|
||||
public void testImplicitIntegerCoercionNamedArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inUnsignedDownTo.kt")
|
||||
public void testInUnsignedDownTo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/inUnsignedDownTo.kt");
|
||||
|
||||
Reference in New Issue
Block a user