Will you get around to fixing <https://youtrack.je...
# eap
k
Will you get around to fixing https://youtrack.jetbrains.com/issue/KT-5248 (Don't wrap variable if it is captured only in inlined closures) for 1.1? It has "normal" priority but I think it should be higher. The motivation is the same as for https://youtrack.jetbrains.com/issue/KT-14746 (Captured Refs should not be volatile) - it undermindes the premise that lambdas can be used as first-class language constructs (
forEach
,
use
, etc) by making them slower.