bf12908dfc
It looks like JavaClassInheritorsSearcher started to give classes based on useScope
10 lines
168 B
Kotlin
Vendored
10 lines
168 B
Kotlin
Vendored
class A: Object() {}
|
|
|
|
// CLASS: java.lang.Object
|
|
// SEARCH: class:A
|
|
|
|
// IGNORE_CLASSES: java.
|
|
// IGNORE_CLASSES: javax.
|
|
// IGNORE_CLASSES: sun.
|
|
// IGNORE_CLASSES: org.
|