JS: fixes after code review
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ class PatternMatchingTypingVisitor internal constructor(facade: ExpressionTyping
|
||||
subject = leftHandSide,
|
||||
sourceType = knownType,
|
||||
targetType = rhsType,
|
||||
operation = RttiOperation.IS
|
||||
operation = if (expression.isNegated) RttiOperation.NOT_IS else RttiOperation.IS
|
||||
)
|
||||
components.rttiExpressionCheckers.forEach {
|
||||
it.check(rttiInformation, expression, context.trace)
|
||||
|
||||
Reference in New Issue
Block a user