[K1, K2, CLI] Mark whole position range of compiler diagnostics in CLI
#KT-64989
This commit is contained in:
committed by
Space Team
parent
5b11308d1b
commit
7eab4b672d
+2
-1
@@ -1,3 +1,4 @@
|
||||
/test.kt:26:9: warning: ambiguous access to property 'first.KtNodeTypes.SOME' is deprecated because similar enum entry 'second.SomeEnum.SOME' is available. Please add explicit named import or use fully qualified name
|
||||
SOME -> true
|
||||
^
|
||||
^^^^
|
||||
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
/test.kt:26:9: warning: ambiguous access to property 'first.KtNodeTypes.SOME' is deprecated because similar enum entry 'second.SomeEnum.SOME' is available. Please add explicit named import or use fully qualified name
|
||||
SOME -> true
|
||||
^
|
||||
^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user