14 lines
231 B
Plaintext
Vendored
14 lines
231 B
Plaintext
Vendored
package
|
|
|
|
public/*package*/ interface A {
|
|
public abstract fun foo(): kotlin.Unit
|
|
}
|
|
|
|
public interface B {
|
|
public abstract fun bar(): kotlin.Unit
|
|
}
|
|
|
|
public/*package*/ interface C {
|
|
public abstract fun baz(): kotlin.Unit
|
|
}
|