mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
10 lines
191 B
Plaintext
Vendored
10 lines
191 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public interface A {
|
|
// source: 'noCollectionStubMethodsInInterface.kt'
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface B {
|
|
// source: 'noCollectionStubMethodsInInterface.kt'
|
|
}
|