[NI] Run arguments checker before outer call checker
This is needed because arguments checker updates unsubstituted and non-denotable types (type variables, IntegerValueType...) #KT-28718 Fixed
This commit is contained in:
+5
@@ -11469,6 +11469,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/ieee754/lessDouble.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lessDouble_properIeeeAndNewInference.kt")
|
||||
public void testLessDouble_properIeeeAndNewInference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ieee754/lessDouble_properIeeeAndNewInference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lessDouble_properIeeeComparisons.kt")
|
||||
public void testLessDouble_properIeeeComparisons() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ieee754/lessDouble_properIeeeComparisons.kt");
|
||||
|
||||
Reference in New Issue
Block a user