Revert "[FIR] Remove the redundant isFunctionType check"
This reverts commit 1f97c268e1.
This commit is contained in:
-6
@@ -5266,12 +5266,6 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/backingField.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("castForFunctionsWithDifferentArities.kt")
|
||||
public void testCastForFunctionsWithDifferentArities() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/castForFunctionsWithDifferentArities.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("classLiteralForParameter.kt")
|
||||
public void testClassLiteralForParameter() throws Exception {
|
||||
|
||||
-6
@@ -5266,12 +5266,6 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/backingField.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("castForFunctionsWithDifferentArities.kt")
|
||||
public void testCastForFunctionsWithDifferentArities() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/castForFunctionsWithDifferentArities.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("classLiteralForParameter.kt")
|
||||
public void testClassLiteralForParameter() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user