2b76fe8a72
Enable tests that are passing
9 lines
95 B
Kotlin
Vendored
9 lines
95 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
package ppp
|
|
|
|
fun foo(): String {
|
|
val s = "${<caret>}"
|
|
}
|
|
|
|
// ELEMENT: foo
|