3ad9e4cb5c
This way test data can be used both in the old plugin and in the FIR plugin
14 lines
176 B
Kotlin
Vendored
14 lines
176 B
Kotlin
Vendored
// "Import" "false"
|
|
// IGNORE_IRRELEVANT_ACTIONS
|
|
// ERROR: Unresolved reference: infix
|
|
package x
|
|
|
|
object infix {
|
|
fun invoke() {
|
|
|
|
}
|
|
}
|
|
|
|
fun x() {
|
|
"" <caret>infix ""
|
|
} |