blob: 9319100a46eaea0c27ebe509800c3a8ca350ca75 [file]
package lib1
interface A {
fun foo(): Int = 42
fun bar(): Int = 42
}