Files
kotlin-fork/idea/testData/libraries/decompiled/WithInnerAndObject.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

16 lines
457 B
Kotlin

// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package testData.libraries
[[public final class WithInnerAndObject() {
[[public class object {
[internal final fun foo(): jet.Unit { /* compiled code */ }]
}]]
[[internal final class MyInner() {
[internal trait MyInnerInner {
[internal abstract fun innerInnerMethod(): jet.Unit]
}]
}]]
}]]