8 lines
145 B
Kotlin
Vendored
8 lines
145 B
Kotlin
Vendored
// Should not fall on temp references in invalid code
|
|
// UNRESOLVED_REFERENCE
|
|
|
|
object Testing {
|
|
companion object {
|
|
@<caret>va
|
|
}
|
|
} |