Files
kotlin-fork/idea/testData/decompiler/decompiledText/SimpleClass.expected.kt
T
Denis Zharkov 5297b4974f Adjust descriptor renderer to latest parsing changes
- `constructor` keyword expected in primary constructor with non-empty modifier list
- annotation list should be preceeded by '@'
2015-05-20 09:24:56 +03:00

22 lines
913 B
Kotlin
Vendored

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
internal abstract class SimpleClass public constructor() : dependency.D<dependency.Tr, kotlin.Int>, dependency.Tr, kotlin.List<kotlin.String> {
internal final val a: dependency.A /* compiled code */
public final var b: dependency.B /* compiled code */
internal final val kotlin.Int.g: kotlin.Int /* compiled code */
internal final fun <T, K, G> complexFun(a: T, b: K, c: G): G { /* compiled code */ }
internal final fun f(): kotlin.Unit { /* compiled code */ }
internal final fun g(d: dependency.D<kotlin.String, dependency.Tr>): kotlin.List<dependency.D<dependency.A, kotlin.Int>> { /* compiled code */ }
private final fun privateFun(): kotlin.Unit { /* compiled code */ }
internal final fun kotlin.Int.f(): kotlin.Unit { /* compiled code */ }
}