Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
fun a(ref: List<String>) {
|
||||
b(ref)
|
||||
println(":)")
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
fun b(ref: List<String>) {
|
||||
a(ref)
|
||||
println(":)")
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Cleaning output files:
|
||||
out/production/module/META-INF/module.kotlin_module
|
||||
out/production/module/test/AKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/a.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Reference in New Issue
Block a user