Call method references search in UnusedSymbolInspection.hasReferences to fix secondary constructor search
Makes #KT-12500 Fixed Makes #KT-12501 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class RandomJavaClass {
|
||||
public void context() {
|
||||
Ctor c = new Ctor(0);
|
||||
c.justCompare();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user