blob: 0e04eaf9bfe7c88ab179bbf2bc7837a938fe739c [file]
package lib1
interface A {
fun foo(): Int
fun bar(): Int
}