blob: bb732268c84adf1e85ca49c754e3b7196f5fbfef [file] [log] [blame]
package lib1
interface A {
val foo: Int
val bar: Int
}