FIR: Disable java tracking in FIR IC

until it is properly implemented,
fixes some IC tests for now, making it less pecise
This commit is contained in:
Ilya Chernikov
2021-02-16 11:01:47 +01:00
parent 20fdad87ec
commit 14121a1d9a
11 changed files with 204 additions and 1 deletions
@@ -0,0 +1,20 @@
================ Step #1 =================
Cleaning output files:
out/production/module/JavaClass.class
End of files
Exit code: NOTHING_DONE
------------------------------------------
Compiling files:
src/JavaClass.java
End of files
Cleaning output files:
out/production/module/META-INF/module.kotlin_module
out/production/module/UsageKt.class
End of files
Compiling files:
src/usage.kt
src/notUsage.kt
End of files
Exit code: OK
------------------------------------------