5297b4974f
- `constructor` keyword expected in primary constructor with non-empty modifier list - annotation list should be preceeded by '@'
20 lines
692 B
Kotlin
20 lines
692 B
Kotlin
// IntelliJ API Decompiler stub source generated from a class file
|
|
// Implementation of methods is not available
|
|
|
|
package test
|
|
|
|
internal final class SecondaryConstructors public constructor(x: kotlin.Boolean) {
|
|
test.anno public constructor(x: kotlin.String) { /* compiled code */ }
|
|
|
|
private constructor(x: kotlin.Int) { /* compiled code */ }
|
|
|
|
internal final inner class Inner<T : kotlin.String, G : kotlin.Int> where G : kotlin.Number {
|
|
public constructor(x: T, g: G) { /* compiled code */ }
|
|
}
|
|
|
|
internal final class Nested {
|
|
test.anno public constructor(z: kotlin.Int) { /* compiled code */ }
|
|
|
|
internal constructor() { /* compiled code */ }
|
|
}
|
|
} |