Files
kotlin-fork/idea/testData/decompiler/decompiledText/NestedClasses.expected.kt
T
Denis Zharkov 5297b4974f Adjust descriptor renderer to latest parsing changes
- `constructor` keyword expected in primary constructor with non-empty modifier list
- annotation list should be preceeded by '@'
2015-05-20 09:24:56 +03:00

29 lines
937 B
Kotlin
Vendored

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
internal final class NestedClasses public constructor() {
internal final fun f(): kotlin.Unit { /* compiled code */ }
public final inner class Inner public constructor() {
internal final fun f(): kotlin.Unit { /* compiled code */ }
private final inner class II public constructor() {
internal final fun f(): kotlin.Unit { /* compiled code */ }
}
}
private final class Nested public constructor() {
internal final fun f(): kotlin.Unit { /* compiled code */ }
internal final inner class NI public constructor() {
internal final fun f(): kotlin.Unit { /* compiled code */ }
}
public final class NN public constructor() {
internal final fun f(): kotlin.Unit { /* compiled code */ }
}
}
}