[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:
committed by
TeamCityServer
parent
b2ef854aa1
commit
2ee54c2201
@@ -0,0 +1,6 @@
|
||||
$TESTDATA_DIR$/firStdlibDependency.kt
|
||||
-Xuse-fir
|
||||
-cp
|
||||
.
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
@@ -0,0 +1 @@
|
||||
fun main() = println("hello")
|
||||
@@ -0,0 +1,4 @@
|
||||
warning: ATTENTION!
|
||||
This build uses in-dev FIR:
|
||||
-Xuse-fir
|
||||
OK
|
||||
Reference in New Issue
Block a user