mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
JVM_IR: fix inner class attributes for private class in interface
This commit is contained in:
10
compiler/testData/codegen/bytecodeListing/privateNestedClassInInterface.txt
vendored
Normal file
10
compiler/testData/codegen/bytecodeListing/privateNestedClassInInterface.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
final class IFoo$Nested {
|
||||
public method <init>(): void
|
||||
private final inner class IFoo$Nested
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface IFoo {
|
||||
private final inner class IFoo$Nested
|
||||
}
|
||||
Reference in New Issue
Block a user