mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 15:54:05 +00:00
Check class source in bytecode listing tests
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
@kotlin.Metadata
|
||||
final class IFoo$Nested {
|
||||
// source: 'privateNestedClassInInterface.kt'
|
||||
public method <init>(): void
|
||||
private final inner class IFoo$Nested
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface IFoo {
|
||||
// source: 'privateNestedClassInInterface.kt'
|
||||
private final inner class IFoo$Nested
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user