Added comment

This commit is contained in:
Valentin Kipyatkov
2016-08-12 16:15:31 +03:00
parent 50cd61ec9f
commit a5c7d4f1fd
@@ -116,6 +116,10 @@ data class MatchingState(
interface TransformationMatcher {
fun match(state: MatchingState): TransformationMatch?
/**
* If false then this matcher won't be run when there is an index variable and it's used in the rest part of loop.
* Matchers that return true should be able to handle code using the index variable properly.
*/
val indexVariableAllowed: Boolean
/**