Analysis API: add test for KtDiagnosticsProvider
This commit is contained in:
committed by
TeamCityServer
parent
cd3827ca2e
commit
f197fc93db
+16
@@ -0,0 +1,16 @@
|
||||
Diagnostics from elements:
|
||||
for PSI element of type KtNameReferenceExpression at (2,5-8)
|
||||
UNRESOLVED_REFERENCE text ranges: [(17,20)]
|
||||
PSI: KtNameReferenceExpression at (2,5-8)
|
||||
for PSI element of type KtNameReferenceExpression at (3,5-8)
|
||||
UNRESOLVED_REFERENCE text ranges: [(28,31)]
|
||||
PSI: KtNameReferenceExpression at (3,5-8)
|
||||
for PSI element of type KtNameReferenceExpression at (3,9-12)
|
||||
UNRESOLVED_REFERENCE text ranges: [(32,35)]
|
||||
PSI: KtNameReferenceExpression at (3,9-12)
|
||||
for PSI element of type KtNameReferenceExpression at (4,5-6)
|
||||
UNRESOLVED_REFERENCE text ranges: [(41,42)]
|
||||
PSI: KtNameReferenceExpression at (4,5-6)
|
||||
for PSI element of type KtOperationReferenceExpression at (5,8-9)
|
||||
UNRESOLVED_REFERENCE text ranges: [(56,57)]
|
||||
PSI: KtOperationReferenceExpression at (5,8-9)
|
||||
Reference in New Issue
Block a user