Restructure JetDecompiledData
JetDecompiledData now stores file text and uses descriptors serialized to String to find declarations
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
package testData.libraries
|
||||
|
||||
[[public final class WithInnerAndObject() {
|
||||
public class object {
|
||||
[[public class object {
|
||||
[internal final fun foo(): jet.Unit { /* compiled code */ }]
|
||||
}
|
||||
}]]
|
||||
|
||||
[[internal final class MyInner() {
|
||||
[internal trait MyInnerInner {
|
||||
|
||||
Reference in New Issue
Block a user