mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 00:21:31 +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
7 lines
162 B
Plaintext
Vendored
7 lines
162 B
Plaintext
Vendored
package test
|
|
|
|
public open class `TopLevel$Class` {
|
|
public constructor `TopLevel$Class`()
|
|
public open fun foo(/*0*/ test.`TopLevel$Class`!): kotlin.Unit
|
|
}
|