f255f2a1e0
Avoid resolving references when we know from context that a reference at given location can't resolve to a PsiMethod.
4 lines
62 B
Kotlin
Vendored
4 lines
62 B
Kotlin
Vendored
fun unaryClient() {
|
|
val u1 = UnaryNot()
|
|
val u2 = !u1
|
|
} |