JPS: Test for "Cyclically dependent modules should have same compiler"
KT-27285
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
pJvm [jvm]
|
||||
pJs [js]
|
||||
|
||||
pJs -> pJvm [compile]
|
||||
pJvm -> pJs [compile]
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
Building pJs, pJvm
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Cyclically dependent modules pJvm (jvm), pJs (js) should have same compiler.
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun f() = 1
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun g() = 2
|
||||
Reference in New Issue
Block a user