[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
-2
@@ -6,8 +6,8 @@ compiler/testData/cli/jvm/singleJavaFileRoots/test.kt:8:5: error: unresolved ref
|
||||
^
|
||||
compiler/testData/cli/jvm/singleJavaFileRoots/test.kt:12:5: error: cannot access 'constructor(): PackageLocal1': it is package-private in 'lib/ext/PackageLocal1'.
|
||||
PackageLocal1()
|
||||
^
|
||||
^^^^^^^^^^^^^
|
||||
compiler/testData/cli/jvm/singleJavaFileRoots/test.kt:13:5: error: cannot access 'constructor(): PackageLocal2': it is package-private in 'lib/ext/PackageLocal2'.
|
||||
PackageLocal2()
|
||||
^
|
||||
^^^^^^^^^^^^^
|
||||
COMPILATION_ERROR
|
||||
|
||||
Reference in New Issue
Block a user