Decompilation support

- class header reader for KotlinMultifileClass, KotlinMultifileClassPart
- proper implClassName for multifile class members
This commit is contained in:
Dmitry Petrov
2015-09-08 16:35:25 +03:00
parent e88584742e
commit 0c951b2ed3
15 changed files with 207 additions and 70 deletions
@@ -0,0 +1,12 @@
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public val p: kotlin.Int /* compiled code */
public fun f(): kotlin.Unit { /* compiled code */ }
private var i: kotlin.Int /* compiled code */
public fun kotlin.Int.plus(i: kotlin.Int /* = compiled code */): kotlin.Int { /* compiled code */ }