Files
kotlin/idea/testData/decompiler/decompiledText/ClassWithNamedClassObject.expected.kt
Pavel V. Talanov aeb4abe39d Fix decompiled text for named companion object
Fix stub/ast mismatch for compiled named companion objects
Add tests
2015-10-19 15:27:49 +03:00

12 lines
307 B
Kotlin
Vendored

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public final class ClassWithNamedClassObject public constructor() {
public companion object Named {
public final fun a(): kotlin.Unit { /* compiled code */ }
}
}