mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
Avoid loading psi for compiled kotlin file if it's possible to get declaration by name from stubs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test.kotlin
|
||||
|
||||
class A {
|
||||
class B {
|
||||
class C {
|
||||
class C {
|
||||
fun foo(a: Any): Any = a
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user