[FIR] Remove way to create FirSession using Module

The problem is that Module may not contain some default dependencies in
  classpath roots, so it's incorrect to take them from it
This commit is contained in:
Dmitriy Novozhilov
2021-05-19 13:38:33 +03:00
committed by TeamCityServer
parent b2ef854aa1
commit 2ee54c2201
5 changed files with 22 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
$TESTDATA_DIR$/firStdlibDependency.kt
-Xuse-fir
-cp
.
-d
$TEMP_DIR$
+1
View File
@@ -0,0 +1 @@
fun main() = println("hello")
+4
View File
@@ -0,0 +1,4 @@
warning: ATTENTION!
This build uses in-dev FIR:
-Xuse-fir
OK