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:
committed by
Space Team
parent
29b6595cfc
commit
be4df35867
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user