ac97075020
JVM tests check only single class result, in order to reuse test data JS tests should do the same. CHECK_PACKAGE is introduced to override this behaviour explicitly.
22 lines
706 B
Kotlin
Vendored
22 lines
706 B
Kotlin
Vendored
// IntelliJ API Decompiler stub source generated from a class file
|
|
// Implementation of methods is not available
|
|
|
|
package test
|
|
|
|
public final class SecondaryConstructors public constructor(x: kotlin.Boolean) {
|
|
@test.anno public constructor(x: kotlin.String) { /* compiled code */ }
|
|
|
|
private constructor(x: kotlin.Int) { /* compiled code */ }
|
|
|
|
public final inner class Inner<T : kotlin.String, G : kotlin.Int> where G : kotlin.Comparable<kotlin.Int> {
|
|
public constructor(x: T, g: G) { /* compiled code */ }
|
|
}
|
|
|
|
public final class Nested {
|
|
@test.anno public constructor(z: kotlin.Int) { /* compiled code */ }
|
|
|
|
internal constructor() { /* compiled code */ }
|
|
}
|
|
}
|
|
|