Add dummy test data

Gradle IC with enabled FIR compilation adds some extra files to the compilation scope compared to the previous compiler(KT-55576). Adding dummy files to such tests with expanded compilation scope will prevent green Aggregate build if some changes in IC will lead to full module compilation as there were such precedents with JS IC because otherwise, all files in the module are present in the build log.

#KT-54991 In Progress
This commit is contained in:
Aleksei.Cherepanov
2022-11-23 16:39:01 +01:00
committed by Space Team
parent 848e1001f8
commit 67f308dbdb
9 changed files with 9 additions and 0 deletions
@@ -0,0 +1 @@
fun dumb() {}
@@ -0,0 +1 @@
fun dumb() {}
@@ -0,0 +1 @@
fun dumb() {}
@@ -0,0 +1 @@
fun dumb() {}
@@ -0,0 +1 @@
fun dumb() {}
@@ -0,0 +1 @@
fun dumb() {}
@@ -0,0 +1 @@
fun dumb() {}
@@ -0,0 +1 @@
fun dumb() {}