expression: while(x < 10) {
        println()
        x++
    }
expression PSI: KtWhileExpression
type: kotlin.Unit
