88d307d52c
- `testConflictingOverloadsAtTopLevel` is currently disabled in FIR because it fails with a mismatch between diagnostics from the file and the individual elements. It will be enabled in the next commit. ^KT-62899
8 lines
349 B
Plaintext
Vendored
8 lines
349 B
Plaintext
Vendored
Diagnostics from elements:
|
|
for PSI element of type KtNamedFunction at (20,1) - (22,2)
|
|
CONFLICTING_OVERLOADS text ranges: [(394,415)]
|
|
PSI: KtNamedFunction at (20,1) - (22,2)
|
|
for PSI element of type KtNamedFunction at (7,1) - (9,2)
|
|
CONFLICTING_OVERLOADS text ranges: [(215,233)]
|
|
PSI: KtNamedFunction at (7,1) - (9,2)
|