mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
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
22 lines
695 B
Kotlin
Vendored
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 */ } |