mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-27 15:51:49 +00:00
It's only used for CLI compiler, and it should improve performance of loading Java descriptors from class-files For IntelliJ, it leads to 10-15% percent speedup of Kotlin Builder Before this change, we were using a Java model based on Java PSI that also read class files, but do it less effectively since it performs some extra work, that we don't need, e.g. eagerly reading all the inner classes
6 lines
92 B
Java
Vendored
6 lines
92 B
Java
Vendored
package test;
|
|
|
|
public class TopLevel$Class {
|
|
public void foo(TopLevel$Class other) {}
|
|
}
|