Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
fun commonFun() {}
|
||||
|
||||
private val deletedVal: Int = 20
|
||||
|
||||
private fun deletedFun(): Int = 10
|
||||
|
||||
private fun changedFun(arg: Int) {}
|
||||
Reference in New Issue
Block a user