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