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:
3
compiler/testData/codegen/bytecodeListing/privateNestedClassInInterface.kt
vendored
Normal file
3
compiler/testData/codegen/bytecodeListing/privateNestedClassInInterface.kt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
interface IFoo {
|
||||
private class Nested
|
||||
}
|
||||
Reference in New Issue
Block a user