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