Searched refs:KotlinInput (Results 1 – 3 of 3) sorted by relevance
26 val input = KotlinInput(code, Parser.parse(code)) in Comments are toks not tokens()
114 val kotlinInput = KotlinInput(code, file) in <lambda>()
45 class KotlinInput(private val text: String, file: KtFile) : Input() { class