Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class Usage {
|
||||
void usage() {
|
||||
test.AKt.a();
|
||||
}
|
||||
}
|
||||
jps/jps-plugin/testData/incremental/withJava/kotlinUsedInJava/onlyTopLevelFunctionInFileRemoved/a.kt
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
fun a() {
|
||||
}
|
||||
jps/jps-plugin/testData/incremental/withJava/kotlinUsedInJava/onlyTopLevelFunctionInFileRemoved/b.kt
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
fun b() {
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
package test
|
||||
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Cleaning output files:
|
||||
out/production/module/META-INF/module.kotlin_module
|
||||
out/production/module/test/BKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/b.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Reference in New Issue
Block a user