mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
interface I {
|
||||
}
|
||||
|
||||
class C implements I {
|
||||
}
|
||||
|
||||
interface J extends I {
|
||||
}
|
||||
|
||||
class D extends C implements J {
|
||||
}
|
||||
|
||||
class X {
|
||||
static void <caret>m(I i) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user