[SLC] implement infrastructure for light class hierarchy tests
This commit is contained in:
committed by
Space Team
parent
feff03894f
commit
b2c0a37050
@@ -0,0 +1,9 @@
|
||||
// FQ_NAME: one.two.MyInterface.DefaultImpls
|
||||
|
||||
package one.two
|
||||
|
||||
interface MyInterface {
|
||||
fun functionWithDefaultImplementation() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user