Files
kotlin-fork/idea/testData/libraries/WithInnerAndObject.kt
T
2012-03-16 17:00:59 +04:00

17 lines
390 B
Kotlin

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