mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
Check class source in bytecode listing tests
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public interface A
|
||||
public interface A {
|
||||
// source: 'noCollectionStubMethodsInInterface.kt'
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface B
|
||||
public interface B {
|
||||
// source: 'noCollectionStubMethodsInInterface.kt'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user