Files
kotlin-fork/analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/whileLoopConditionLHS.kt
T
2022-10-05 15:06:52 +00:00

6 lines
81 B
Kotlin
Vendored

fun test() {
var i = 0
while (<expr>i</expr> < 100) {
i++
}
}