summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/In.render.txt
blob: 89d6ab140cf265ea12f757180edb5aae5c980172 (plain)
1
2
3
4
5
6
7
public final class InKt {
    public static final fun foo() : boolean {
        var x: int = 1
        var y: int = 10
        return x in 0 .. 5 && y !in 4 .. 9
    }
}