blob: 41231e30e35084dbf9e97ea8688b970a33c44fd9 [file]
AnnoA.class:
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public final annotation class AnnoA public constructor() : kotlin.Annotation {
}
AnnoB.class:
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public final annotation class AnnoB public constructor() : kotlin.Annotation {
}
AnnotatedParameterInInnerClassConstructor.class:
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public final class AnnotatedParameterInInnerClassConstructor public constructor() {
public final inner class Inner public constructor(@test.AnnoA a: kotlin.String, @test.AnnoB b: kotlin.String) {
}
public final inner class InnerGeneric<T> public constructor(@test.AnnoA a: T, @test.AnnoB b: kotlin.String) {
}
}