Go to file
2024-11-09 11:30:46 +00:00
readme.md Update readme.md 2024-11-09 11:30:46 +00:00
test.txt test commit 2024-10-09 09:12:50 +00:00

test

// abc
kotlinScript {}
// short kotlin
class X 

object Y: X {
    fun someMethod() {
        anotherCall()
    }
}

topLevelCall {
    lambdaCall()
}
// gradle
class X 

object Y: X {
    fun someMethod() {
        anotherCall()
    }
}

topLevelCall {
    lambdaCall()
}
// gradle.kts
class X 

object Y: X {
    fun someMethod() {
        anotherCall()
    }
}

topLevelCall {
    lambdaCall()
}
// long kotlin

class X 

object Y: X {
    fun someMethod() {
        anotherCall()
    }
}


topLevelCall {
    lambdaCall()
}
#error c++
#error cpp