Files
kotlin/idea/testData/decompiler/decompiledTextJvm/MultifileClass.expected.kt
Alexander Udalov 4a533168d9 Rework const val generation in multifile classes
Do not query MultifileClassCodegen#classBuilder early on: this causes the class
file for the facade to be prematurely dumped to the disk in some cases, when
that class file is not yet completely generated. Instead fork the logic in
PropertyCodegen#generateSyntheticMethodIfNeeded: save metadata in parts,
generate method in the facade
2016-03-29 17:53:32 +03:00

22 lines
695 B
Kotlin
Vendored

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public val val1b: kotlin.Int /* compiled code */
private val kotlin.String.val2b: kotlin.Int /* compiled code */
public fun fn1b(): kotlin.Unit { /* compiled code */ }
public fun kotlin.String.fn2b(): kotlin.Unit { /* compiled code */ }
@kotlin.Deprecated public const val annotatedConstVal: kotlin.Int /* compiled code */
public val val1a: kotlin.Int /* compiled code */
private val kotlin.String.val2a: kotlin.Int /* compiled code */
public fun fn1a(): kotlin.Unit { /* compiled code */ }
public fun kotlin.String.fn2a(): kotlin.Unit { /* compiled code */ }