mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Light class codegen: all objects are considered static
Simplify code handling access flag computation Fix a problem where kotlin nested object wasn't producing a nested light class
This commit is contained in:
15
compiler/testData/asJava/lightClasses/NestedObjects.kt
vendored
Normal file
15
compiler/testData/asJava/lightClasses/NestedObjects.kt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// A
|
||||
|
||||
class A {
|
||||
class B {
|
||||
object I
|
||||
|
||||
object II
|
||||
}
|
||||
|
||||
object C {
|
||||
object D {
|
||||
object G
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user