271f83d07d
- We cannot configure write access using the application environment creation because application environments are cached between test runs. ^KT-63560
8 lines
127 B
Kotlin
Vendored
8 lines
127 B
Kotlin
Vendored
// IGNORE_FIR
|
|
// Reason: KT-63560
|
|
|
|
fun foo(string: String) {
|
|
val a = 7
|
|
<expr>println("Hello world, $string!")</expr>
|
|
}
|