mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-15 19:22:26 +08:00
This commit is contained in:
parent
e38bf00a96
commit
dd12a20f9c
|
@ -85,7 +85,7 @@ class Selector(
|
|||
|
||||
fun checkType(typeInfo: TypeInfo): SelectorCheckException? {
|
||||
try {
|
||||
propertyWrapper.segment.binaryExpressions.forEach { exp ->
|
||||
binaryExpressions.forEach { exp ->
|
||||
if (!exp.operator.value.allowType(exp.left, exp.right)) {
|
||||
throw MismatchOperatorTypeException(exp)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user