New J2K: do not resolve unary expressions method symbols
As we already have its type and may fail on unresolved declaration #KT-32603 fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
var prop = 0
|
||||
internal fun foo() {
|
||||
prop++
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
class Foo {
|
||||
var prop = 0
|
||||
<caret>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
void foo() {
|
||||
prop++;
|
||||
}
|
||||
Reference in New Issue
Block a user