Files
kotlin-fork/idea/testData/libraries/decompiled/WithInnerAndObject.kt
T
2013-03-22 16:38:26 +04:00

17 lines
456 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]
}]
}]]
}]]