KE2: Remove redundant value

This commit is contained in:
Ian Lynagh
2024-09-05 17:41:35 +01:00
parent b53c29152c
commit 2e3addaf98

View File

@@ -7109,7 +7109,6 @@ OLD: KE1
t.isLongType -> {
// OLD: KE1: Was: exprIdOrFresh<DbLongliteral>(overrideId).also { id ->
tw.getFreshIdLabel<DbLongliteral>().also { id ->
val t = e.expressionType
if (t == null) {
TODO()
}