FIR DFA: reimplement type OR operation to its original semantics
#KT-43569 Fixed
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
16b9312695
commit
cdfe1771d9
+2
-2
@@ -23,10 +23,10 @@ class Flaf {
|
||||
result = Flaf(javaName = javaName)
|
||||
}
|
||||
}
|
||||
error("") /* ErrorCallExpression */javaName; result;
|
||||
<this>.<get-INSTANCES>().set<String, Flaf>(key = javaName, value = result /*as Flaf */)
|
||||
}
|
||||
}
|
||||
return result
|
||||
return result /*as Flaf */
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user