This commit is contained in:
Volker Berlin 2021-05-02 11:46:07 +02:00
parent 922c7dbd71
commit 2d7b7f2f50

View File

@ -1,5 +1,5 @@
/*
Copyright 2020 Volker Berlin (i-net software)
Copyright 2020 - 2021 Volker Berlin (i-net software)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -72,6 +72,8 @@ class StackInspector {
}
i--; // we are on the right position but the loop increment
}
} else {
// TODO poCount == 1 means an ternary operator (Question mark operator). We should return the operator with the lowest level but not null (ValueType.eqref).
}
}
}