Searched refs:cannotUseVariableIndices (Results 1 – 3 of 3) sorted by relevance
30 fun cannotUseVariableIndices(name: String, position: Int) = "Cannot use variable indices." + method
97 ParserErrors.cannotUseVariableIndices(it.text, it.symbol.charPositionInLine) in text()
152 ParserErrors.cannotUseVariableIndices("?1", 36)) in indexedVariablesError()