[NI] Fix exception for type check callable reference against error type
#KT-32029 Fixed #EA-145311 Fixed
This commit is contained in:
+5
@@ -1704,6 +1704,11 @@ public class FirDiagnosticsSmokeTestGenerated extends AbstractFirDiagnosticsSmok
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/memberExtensionsImportedFromObjectsUnsupported.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noExceptionOnRedCodeWithArrayLikeCall.kt")
|
||||
public void testNoExceptionOnRedCodeWithArrayLikeCall() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/noExceptionOnRedCodeWithArrayLikeCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("packageInLhs.kt")
|
||||
public void testPackageInLhs() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/packageInLhs.kt");
|
||||
|
||||
Reference in New Issue
Block a user