KotlinAnnotatedElementsSearcher optimization
When possible, try to resolve references in types using only the PSI without building the full resolve session.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@Suppress fun shazam(): Nothing = TODO()
|
||||
|
||||
// ANNOTATION: kotlin.Suppress
|
||||
// SEARCH: method:shazam
|
||||
// OPTIMIZED_TRUE: 1
|
||||
Reference in New Issue
Block a user