[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import kotlin.jvm.*
|
||||
|
||||
interface Tr {
|
||||
external fun foo()
|
||||
external fun bar() {}
|
||||
|
||||
companion object {
|
||||
external fun foo()
|
||||
external fun bar() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user