Project example: https://github.com/alekseytomin/ktlint-context code: ``` fun main() { with("test") { print() } } context(x: String) fun print() { println(x) } ``` Check: ``` >./gradlew ktlintCheck > Task :runKtlintCheckOverMainSourceSet FAILED 7:10 Expecting comma or ')' ```