Files
kotlin-fork/idea/testData/decompiler/decompiledTextJvm/MultifileClass.expected.kt
T
Dmitry Petrov cd341e957e Cleanup after review
+ stub builder test for multifile class
2015-09-09 19:08:19 +03:00

20 lines
608 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 */ }
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 */ }