Files
kotlin-fork/analysis/low-level-api-fir/testData/declarationModificationService/psiResilience/callExpression/printlnSecondStatement.kt
T
Marco Pennekamp 271f83d07d [LL] Disable declaration modification service tests temporarily
- We cannot configure write access using the application environment
  creation because application environments are cached between test
  runs.

^KT-63560
2023-11-17 18:09:55 +00:00

8 lines
127 B
Kotlin
Vendored

// IGNORE_FIR
// Reason: KT-63560
fun foo(string: String) {
val a = 7
<expr>println("Hello world, $string!")</expr>
}