e1c80ac75c
Besides introducing new diagnostics, this commit unifies source usages for array accesses in PSI & LT.
9 lines
167 B
Kotlin
Vendored
9 lines
167 B
Kotlin
Vendored
// !WITH_NEW_INFERENCE
|
|
package bar
|
|
|
|
fun main() {
|
|
class Some
|
|
|
|
Some[<!SYNTAX!><!>] <!UNRESOLVED_REFERENCE!>names<!> <!SYNTAX!>=<!> <!NO_GET_METHOD!>["ads"]<!>
|
|
}
|