Files
kotlin-fork/idea/testData/libraries/decompiled/WithTraitClassObject.kt
T
Pavel V. Talanov 385c15d0e2 Restructure JetDecompiledData
JetDecompiledData now stores file text and uses descriptors serialized to String to find declarations
2013-08-26 17:58:51 +04:00

10 lines
261 B
Kotlin

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package testData.libraries
[[public final class WithTraitClassObject() {
[[public class object : testData.libraries.SimpleTrait {
}]]
}]]