Files
kotlin-fork/idea/testData/decompiler/decompiledText/AnnotatedParameterInInnerClassConstructor.expected.kt
T
2018-11-07 15:42:57 +01:00

14 lines
458 B
Kotlin
Vendored

// 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) {
}
}