Support for 'as' and temporary support for 'is'
This commit is contained in:
+9
@@ -198,6 +198,15 @@ private class Processor(
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
is KtIsExpression -> {
|
||||
return true //TODO!
|
||||
}
|
||||
|
||||
is KtBinaryExpressionWithTypeRHS -> {
|
||||
processSuspiciousExpression(typeRefParent)
|
||||
return true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user