Files
kotlin-fork/idea/testData/libraries/decompiled/WithInnerAndObject.kt
T
2012-04-06 20:04:57 +04:00

17 lines
425 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 {
class object {
[public final fun foo() : Unit { /* compiled code */ }]
}
[public final class MyInner {
[public trait MyInnerInner {
[public abstract fun innerInnerMethod() : Unit]
}]
}]
}]