Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
class Counter {
|
||||
suspend fun one() {}
|
||||
suspend fun two() {}
|
||||
suspend fun both() {
|
||||
one()
|
||||
two()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user