Files
Ilya Chernikov c204d7a86f Scripting: report error on duplicate import
#KT-48177 fixed
(due to the path normalization)
2021-08-24 21:39:32 +03:00

6 lines
118 B
Kotlin
Vendored

@file:Import("import-common.main.kts")
@file:Import("../testData/import-common.main.kts")
sharedVar = sharedVar + 1