Files
kotlin-fork/idea/testData/findUsages/librarySources/kotlinLibrary/LibrarySecondaryConstructorUsages.results.txt
T
Alexey Sedunov ca8e2d4956 Navigation: Implement proper getOriginalElement() for Kotlin declarations.
Run find usages tests with library for both original and navigation elements. Drop duplicating tests. Simplify test class.
TODO: Some usages are not found yet since light methods built from library files do not retain original declarations
2015-06-11 13:52:52 +03:00

4 lines
268 B
Plaintext
Vendored

[LibrarySecondaryConstructorUsages.0.kt] New instance creation (16: 16) val a: A = A()
[LibrarySecondaryConstructorUsages.0.kt] Supertype (13: 12) class Y(): A()
[library.kt] New instance creation (54: 14) val aa = A()
[library.kt] Supertype (35: 13) class CC(): A() {