in testing/testData/inspection/stdlib/sample.kt [10:12]
fun test(inputName: String) { File(inputName).readLines().firstOrNull()?.foo() }