[Tests] Fix TreesCompareTest.testCompareDiagnostics
This commit is contained in:
committed by
TeamCityServer
parent
c59ed6344e
commit
43e3fc2b8d
+1
-1
@@ -1951,7 +1951,7 @@ class DeclarationsConverter(
|
|||||||
source = typeRefSource
|
source = typeRefSource
|
||||||
diagnostic = ConeSimpleDiagnostic("Intersection types are not supported yet", DiagnosticKind.Syntax)
|
diagnostic = ConeSimpleDiagnostic("Intersection types are not supported yet", DiagnosticKind.Syntax)
|
||||||
}
|
}
|
||||||
TokenType.ERROR_ELEMENT -> firType =
|
CONTEXT_RECEIVER_LIST, TokenType.ERROR_ELEMENT -> firType =
|
||||||
buildErrorTypeRef {
|
buildErrorTypeRef {
|
||||||
source = typeRefSource
|
source = typeRefSource
|
||||||
diagnostic = ConeSimpleDiagnostic("Unwrapped type is null", DiagnosticKind.Syntax)
|
diagnostic = ConeSimpleDiagnostic("Unwrapped type is null", DiagnosticKind.Syntax)
|
||||||
|
|||||||
Reference in New Issue
Block a user