mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
Global inspections: add test case
GitOrigin-RevId: ddee5279a8826341907268f2bdb349b31ce5afb3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f1d9c473bd
commit
e52beb2ece
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems>
|
||||
</problems>
|
||||
@@ -0,0 +1,7 @@
|
||||
interface Parent {
|
||||
}
|
||||
class Child : Parent {
|
||||
}
|
||||
fun main() {
|
||||
Child()
|
||||
}
|
||||
@@ -24,6 +24,10 @@ public class UnusedDeclarationKtTest20 extends AbstractUnusedDeclarationTest {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testImplementedInterface() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testReachableFromMain() {
|
||||
myTool.ADD_MAINS_TO_ENTRIES = true;
|
||||
doTest();
|
||||
|
||||
Reference in New Issue
Block a user