[SLC] implement infrastructure for light class hierarchy tests
This commit is contained in:
committed by
Space Team
parent
feff03894f
commit
b2c0a37050
@@ -0,0 +1,10 @@
|
||||
package abc
|
||||
|
||||
interface SingleInterface
|
||||
|
||||
interface BaseInterface1
|
||||
interface BaseInterface2
|
||||
|
||||
interface InterfaceWithBase : BaseInterface1, BaseInterface2
|
||||
|
||||
interface InterfaceWithTransitive : InterfaceWithBase
|
||||
Reference in New Issue
Block a user