Fast unary operators search
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Checked type of a
|
||||
Resolved ++a
|
||||
Resolved a++
|
||||
Searched references to A
|
||||
Searched references to A.inc() in Kotlin files
|
||||
Searched references to a in Kotlin files
|
||||
Used plain search of A.inc() in LocalSearchScope:
|
||||
CLASS:A
|
||||
@@ -0,0 +1,5 @@
|
||||
Resolved -A(1)
|
||||
Searched references to A
|
||||
Searched references to A.unaryMinus() in Kotlin files
|
||||
Used plain search of A.unaryMinus() in LocalSearchScope:
|
||||
CLASS:A
|
||||
Reference in New Issue
Block a user