Files
kotlin-fork/idea/testData/decompiler/navigation/decompiled/WithInnerAndObject.kt
T
2015-09-08 02:05:21 +03:00

16 lines
501 B
Kotlin
Vendored

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