5297b4974f
- `constructor` keyword expected in primary constructor with non-empty modifier list - annotation list should be preceeded by '@'
29 lines
937 B
Kotlin
Vendored
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 */ }
|
|
}
|
|
}
|
|
}
|