Scripting: report error on duplicate import

#KT-48177 fixed
(due to the path normalization)
This commit is contained in:
Ilya Chernikov
2021-08-17 11:40:03 +02:00
committed by TeamCityServer
parent 306a035c68
commit c204d7a86f
3 changed files with 32 additions and 5 deletions
@@ -0,0 +1,5 @@
@file:Import("import-common.main.kts")
@file:Import("../testData/import-common.main.kts")
sharedVar = sharedVar + 1