Tests: add FILE directives to some multimodule tests

To help them run on the old infrastructure, which light analysis tests
are still using.
This commit is contained in:
Alexander Udalov
2023-05-31 00:09:21 +02:00
committed by Space Team
parent 29b6595cfc
commit be4df35867
8 changed files with 49 additions and 28 deletions
@@ -5,6 +5,8 @@
// LANGUAGE: +ValueClasses
// MODULE: dependency
// FILE: dependency.kt
@JvmInline
value class MfvcDependency(val x: Int, val y: Int) {
val z: Int
@@ -61,6 +63,7 @@ class RegularDependency {
}
// MODULE: main(dependency)
// FILE: main.kt
@JvmInline
value class Public(val x: Int, val y: Int) {