mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
12 lines
228 B
Kotlin
12 lines
228 B
Kotlin
public class Foo() {
|
|
public class publicFinalInnerClass() {
|
|
}
|
|
}
|
|
|
|
// ACC_ABSTRACT : false
|
|
// ACC_ANNOTATION : false
|
|
// ACC_FINAL : true
|
|
// ACC_INTERFACE : false
|
|
// ACC_PUBLIC : true
|
|
// ACC_STATIC : false
|
|
// ACC_SUPER : true |