Minor: add todo
This commit is contained in:
committed by
Yan Zhulanow
parent
7c417a59dc
commit
0d2c5c4d65
+1
@@ -76,6 +76,7 @@ class KotlinChainTransformerImpl(private val typeExtractor: CallTypeExtractor) :
|
||||
/**
|
||||
* Kotlin arrays has not {@code onEach} extension. But current implementation uses onEach to increment a time counter.
|
||||
* We use asIterable to avoid further issues with the transformed expression evaluation
|
||||
* TODO: Avoid showing "asIterable()" in the tab name in trace window
|
||||
*/
|
||||
private class WrappedQualifier(private val qualifierExpression: QualifierExpression)
|
||||
: QualifierExpression by qualifierExpression {
|
||||
|
||||
Reference in New Issue
Block a user