Files
kotlin-fork/idea/testData/libraries/decompiled/WithInnerAndObject.kt
T
Evgeny Gerashchenko 778df8b1fd Rendering annotations and visibility for class object.
Don't render modality for any object kind.
2012-12-27 20:46:55 +04:00

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